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