648540858
2023-08-11 eefd6a0e21036f952c8454046fceef35ae0df77d
1
2
3
4
5
6
7
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD
}