Commit 28d7fd3b58506d9de6a8fb04e659fab4b9c09dd7
1 parent
b019106c
参数名错误
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/java/com/genersoft/iot/vmp/gb28181/transmit/cmd/ISIPCommander.java
| ... | ... | @@ -119,8 +119,8 @@ public interface ISIPCommander { |
| 119 | 119 | /** |
| 120 | 120 | * 视频流停止 |
| 121 | 121 | */ |
| 122 | - void streamByeCmd(String deviceId, String channelId, String ssrc, SipSubscribe.Event okEvent); | |
| 123 | - void streamByeCmd(String deviceId, String channelId, String ssrc); | |
| 122 | + void streamByeCmd(String deviceId, String channelId, String stream, SipSubscribe.Event okEvent); | |
| 123 | + void streamByeCmd(String deviceId, String channelId, String stream); | |
| 124 | 124 | |
| 125 | 125 | /** |
| 126 | 126 | * 回放暂停 | ... | ... |