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