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