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