This commit is contained in:
648540858 2021-09-10 14:06:01 +08:00
parent 21eef022b5
commit 69734af3ba
2 changed files with 5 additions and 5 deletions

View File

@ -261,7 +261,7 @@ public class PlayServiceImpl implements IPlayService {
WVPResult wvpResult = new WVPResult(); WVPResult wvpResult = new WVPResult();
wvpResult.setCode(0); wvpResult.setCode(0);
wvpResult.setMsg("sucess"); wvpResult.setMsg("success");
wvpResult.setData(streamInfo); wvpResult.setData(streamInfo);
msg.setData(wvpResult); msg.setData(wvpResult);

View File

@ -7347,7 +7347,7 @@ var ZLMRTCClient = (function (exports) {
anwser.type = 'answer'; anwser.type = 'answer';
log(this.TAG, 'answer:', ret.sdp); log(this.TAG, 'answer:', ret.sdp);
this.pc.setRemoteDescription(anwser).then(() => { this.pc.setRemoteDescription(anwser).then(() => {
log(this.TAG, 'set remote sucess'); log(this.TAG, 'set remote success');
}).catch(e => { }).catch(e => {
error(this.TAG, e); error(this.TAG, e);
}); });
@ -7450,7 +7450,7 @@ var ZLMRTCClient = (function (exports) {
anwser.type = 'answer'; anwser.type = 'answer';
log(this.TAG, 'answer:', ret.sdp); log(this.TAG, 'answer:', ret.sdp);
this.pc.setRemoteDescription(anwser).then(() => { this.pc.setRemoteDescription(anwser).then(() => {
log(this.TAG, 'set remote sucess'); log(this.TAG, 'set remote success');
}).catch(e => { }).catch(e => {
error(this.TAG, e); error(this.TAG, e);
}); });