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