wanghui
2023-07-21 7fd34cfda51657549667be84369c7f6794eeb6a3
1
2
3
4
5
6
7
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD
}