From e40550922009ffc6c7d4559aedef29ee2bfe21b5 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Thu, 12 Dec 2024 13:54:42 -0500 Subject: [PATCH] wip --- lib/call-session.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/call-session.js b/lib/call-session.js index 974dcc4..474a79c 100644 --- a/lib/call-session.js +++ b/lib/call-session.js @@ -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, [