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