修复语音对讲后停止点播失败的BUG
This commit is contained in:
@@ -244,7 +244,7 @@ public class ApiStreamController {
|
||||
}
|
||||
|
||||
try {
|
||||
cmder.streamByeCmd(device, code, inviteInfo.getStream(), null);
|
||||
cmder.streamByeCmd(device, code, "rtp", inviteInfo.getStream(), null, null);
|
||||
} catch (InvalidArgumentException | ParseException | SipException | SsrcTransactionNotFoundException e) {
|
||||
JSONObject result = new JSONObject();
|
||||
result.put("error","发送BYE失败:" + e.getMessage());
|
||||
|
||||
Reference in New Issue
Block a user