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