Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
davehorton committed Dec 12, 2024
1 parent c21851c commit e405509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/call-session.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ class CallSession extends Emitter {
sdp
};
const startAt = process.hrtime();
const response = await this.answer(opts);
const response = await this.answer({direction: ['private', 'public'], ...opts});
this.logger.debug({response, opts}, 'response from rtpengine to answer');
const rtt = roundTripTime(startAt);
this.stats.histogram('app.rtpengine.response_time', rtt, [
Expand Down

0 comments on commit e405509

Please sign in to comment.