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