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