648540858
2023-06-08 03f35986818c86436a703493b7ac1147ce0e62fd
1
2
3
4
5
6
7
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD
}