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