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