src/main/java/com/genersoft/iot/vmp/service/redisMsg/IRedisRpcService.java
@@ -13,4 +13,9 @@ void waitePushStreamOnline(SendRtpItem sendRtpItem, CommonCallback<SendRtpItem> callback); WVPResult stopSendRtp(SendRtpItem sendRtpItem); void stopWaitePushStreamOnline(SendRtpItem sendRtpItem); void rtpSendStopped(SendRtpItem sendRtpItem); }