648540858
2023-09-30 94a0de0d275ec30feac3aadc8d41db042aa18c6d
1
2
3
4
5
6
7
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD
}