xxx
xiangpei
2024-10-10 48ca11aaf324d017c08fadabf27c753fdd76c9b7
1
2
3
4
5
6
7
8
9
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD,
    BROADCAST,
    TALK
}