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