648540858
2023-10-27 47783946fe62819317f73eecc377d0c0316e0154
1
2
3
4
5
6
7
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD
}