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