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