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