648540858
2023-09-20 4df90d9ba440e01efe5b1b8958d86b2dd9b5d2b7
1
2
3
4
5
6
7
8
9
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD,
    BROADCAST,
    TALK
}