648540858
2023-06-20 96d2a27d41784215799f22ff66743e6d8f1d2e38
1
2
3
4
5
6
7
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD
}