ChengHong
2023-08-31 d0ef68af3fad9592c7bd9e61ed97244cd4a93e59
1
2
3
4
5
6
7
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD
}