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