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