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