参数名错误

pull/375/head
648540858 2022-03-03 16:54:47 +08:00
parent b019106c44
commit 28d7fd3b58
1 changed files with 2 additions and 2 deletions

View File

@ -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);
/** /**
* *