dsk
2023-06-25 cec266d3cd27e79e61b7e614d0c85e0b43492115
1
2
3
4
5
6
7
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD
}