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