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