648540858
2022-11-23 12fa3b4c8da2af13a710400d64c9fe6d5d6b1e5e
1
2
3
4
5
6
7
8
package com.genersoft.iot.vmp.gb28181.bean;
 
public enum InviteStreamType {
 
    PLAY,PLAYBACK,PUSH,PROXY,CLOUD_RECORD_PUSH,CLOUD_RECORD_PROXY,TALK
 
 
}