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