648540858
2023-07-14 4162706ec43375058df381e9f23f648b01f1dfb3
1
2
3
4
5
6
7
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD
}