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