chenzhangyue
2023-09-06 1d0c9c6a31cd8e15a5fc270d0a942807fd6187b9
1
2
3
4
5
6
7
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD
}