mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-03-01 19:50:53 +08:00
完善answer sdp代码
This commit is contained in:
@@ -7357,7 +7357,7 @@ var ZLMRTCClient = (function (exports) {
|
||||
'Content-Type': 'text/plain;charset=utf-8'
|
||||
}
|
||||
}).then(response => {
|
||||
let ret = JSON.parse(response.data);
|
||||
let ret = response.data;
|
||||
|
||||
if (ret.code != 0) {
|
||||
// mean failed for offer/anwser exchange
|
||||
|
||||
Reference in New Issue
Block a user