648540858
2023-07-17 19533c8f4d6f63793cbfe042196bf9058ca4a2ee
1
2
3
4
5
6
7
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD
}