648540858
2023-12-27 76e8480cb1198786d9f0f1268bfa8504ca88b877
1
2
3
4
5
6
7
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD
}