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