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