| | |
| | | import com.genersoft.iot.vmp.gb28181.bean.ParentPlatform; |
| | | import com.genersoft.iot.vmp.gb28181.bean.ParentPlatformCatch; |
| | | import com.genersoft.iot.vmp.gb28181.bean.PlatformRegister; |
| | | import com.genersoft.iot.vmp.gb28181.bean.SendRtpItem; |
| | | |
| | | import java.util.Map; |
| | | |
| | |
| | | |
| | | void delPlatformRegister(String platformGbId); |
| | | |
| | | void updatePlatformRegisterInfo(String callId, String platformGbId); |
| | | |
| | | String queryPlatformRegisterInfo(String callId); |
| | | |
| | | void delPlatformRegisterInfo(String callId); |
| | | |
| | | void updateSendRTPSever(SendRtpItem sendRtpItem); |
| | | } |