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