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