648540858
2023-10-26 99506108cd1e90d4018391fc57ca029ba11251ed
1
2
3
4
5
6
7
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD
}