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