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