648540858
2024-01-05 f3acf33fbf8b9db0ca6231f4648f0761340cbb1e
1
2
3
4
5
6
7
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD
}