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