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