chenzhangyue
2023-09-05 7155680793e24ad2808eef5bdeaf5b66c875c102
1
2
3
4
5
6
7
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD
}