648540858
2024-05-23 fe9b8154e0d92b181a0024936049c0ddc8e86b5d
1
2
3
4
5
6
7
8
9
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD,
    BROADCAST,
    TALK
}