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