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