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