xu-bin-bin
2023-10-13 124d83fc0c0db5b319b2ae2bdc623890556b932f
1
2
3
4
5
6
7
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD
}