648540858
2023-12-18 964d55431f4b2d064c756b4e6a5c845d3539dc3f
1
2
3
4
5
6
7
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD
}