648540858
2024-02-23 5f096921985f0a79abe426396ceada42c841b03c
1
2
3
4
5
6
7
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD
}