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