davidche
2023-12-13 572c8850dce93f3107fd276d57876dd35976fbce
1
2
3
4
5
6
7
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD
}