Cloud User
2023-09-15 bc431e429026d5efb9d404767f76a0724978d40d
1
2
3
4
5
6
7
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD
}