648540858
2023-05-23 807d0524a6e965599f9cdbfc7bbf7504c4d9b917
1
2
3
4
5
6
7
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD
}