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