Iwan Lebron
2024-08-01 c7c94ee73d720859fcb202ef8068603ffd4f6954
1
2
3
4
5
6
7
8
9
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD,
    BROADCAST,
    TALK
}