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