648540858
2023-07-25 59d8f2f9152b3c3106abae64bef343cde842f225
1
2
3
4
5
6
7
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD
}