参数名错误
This commit is contained in:
parent
0c909e0c85
commit
5c69ffce33
@ -119,8 +119,8 @@ public interface ISIPCommander {
|
|||||||
/**
|
/**
|
||||||
* 视频流停止
|
* 视频流停止
|
||||||
*/
|
*/
|
||||||
void streamByeCmd(String deviceId, String channelId, String ssrc, SipSubscribe.Event okEvent);
|
void streamByeCmd(String deviceId, String channelId, String stream, SipSubscribe.Event okEvent);
|
||||||
void streamByeCmd(String deviceId, String channelId, String ssrc);
|
void streamByeCmd(String deviceId, String channelId, String stream);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 回放暂停
|
* 回放暂停
|
||||||
|
Loading…
Reference in New Issue
Block a user