朱俊杰
2023-08-24 49a8a08c94cbde6c255037892484f4405b92a878
1
2
3
4
5
6
7
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD
}