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 891d828 commit 3544033
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 @@ -889,11 +889,9 @@ Duration=${payload.duration} `
if (!answerMedia.flags.includes('asymmetric')) answerMedia.flags.push('asymmetric');
answerMedia.flags = answerMedia.flags.filter((f) => f !== 'media handover');
this._mediaPath = 'release-media' === reason ? MediaPath.PartialMedia : MediaPath.FullMedia;
this.logger.debug(`media path is now ${this._mediaPath}`);
}
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 3544033

Please sign in to comment.