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