hexq
2024-01-20 dd4e0d0d9c75b5216b08644bfe1333a79f794b58
1
2
3
4
5
6
7
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD
}