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