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