ZhaoYandong00
2024-07-08 d1af677fff6ad931d0ba9a8506f516a9ceda79ab
1
2
3
4
5
6
7
8
9
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD,
    BROADCAST,
    TALK
}