648540858
2024-04-19 0dab86f0b8b8ee2d735362a3336eb95f69650d10
src/main/java/com/genersoft/iot/vmp/service/redisMsg/IRedisRpcService.java
@@ -12,10 +12,11 @@
    WVPResult stopSendRtp(String sendRtpItemKey);
    void waitePushStreamOnline(SendRtpItem sendRtpItem, CommonCallback<String> callback);
    long waitePushStreamOnline(SendRtpItem sendRtpItem, CommonCallback<String> callback);
    void stopWaitePushStreamOnline(String sendRtpItemKey, SendRtpItem sendRtpItem);
    void rtpSendStopped(String sendRtpItemKey);
    void removeCallback(long key);
}