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