Skip to content

Commit

Permalink
remove temp logging
Browse files Browse the repository at this point in the history
  • Loading branch information
davehorton committed Nov 19, 2024
1 parent fb62958 commit 10f1c33
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/call-session.js
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,6 @@ Duration=${payload.duration} `

//DH 2024-11- 18: if we are going from no-media to either partial or full media, we need reinvite the far end
if (isReleasingMedia && this._mediaPath !== MediaPath.NoMedia) {
this.logger.debug({response}, `got a reinvite from FS to ${reason}, current media path is ${this._mediaPath}`);
sdp = dlg.other.remote.sdp;
if (!answerMedia.flags.includes('asymmetric')) answerMedia.flags.push('asymmetric');
answerMedia.flags = answerMedia.flags.filter((f) => f !== 'media handover');
Expand All @@ -742,7 +741,6 @@ Duration=${payload.duration} `
}
else {
sdp = await dlg.other.modify(response.sdp);
this.logger.info({rtengine_response: response, farEndSdp: sdp}, 'got a reinvite from FS, sent to far end');
}
opts = {
...this.rtpEngineOpts.common,
Expand Down

0 comments on commit 10f1c33

Please sign in to comment.