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