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