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