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