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