648540858
2023-10-11 7de73ebd2bc07a51f0f9db031d6f616bdcfe549c
1
2
3
4
5
6
7
8
9
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD,
    BROADCAST,
    TALK
}