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