648540858
2024-03-04 38980826f9789745c7288e2e9c800873315a9228
1
2
3
4
5
6
7
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD
}