648540858
2021-09-10 69734af3ba008f80ea5f9c864deb0e34144c8db3
web_src/static/js/ZLMRTCClient.js
@@ -7347,7 +7347,7 @@
             anwser.type = 'answer';
             log(this.TAG, 'answer:', ret.sdp);
             this.pc.setRemoteDescription(anwser).then(() => {
               log(this.TAG, 'set remote sucess');
               log(this.TAG, 'set remote success');
             }).catch(e => {
               error(this.TAG, e);
             });
@@ -7450,7 +7450,7 @@
               anwser.type = 'answer';
               log(this.TAG, 'answer:', ret.sdp);
               this.pc.setRemoteDescription(anwser).then(() => {
                 log(this.TAG, 'set remote sucess');
                 log(this.TAG, 'set remote success');
               }).catch(e => {
                 error(this.TAG, e);
               });