From 609ad3bd7cddf83922a19b3cc76ea3f369dda81a Mon Sep 17 00:00:00 2001 From: Quan HL Date: Thu, 30 May 2024 06:46:47 +0700 Subject: [PATCH] fix wrongly update conference settings when initiating a conference join --- src/lib/SipSession.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/SipSession.ts b/src/lib/SipSession.ts index 037baa4..a311c90 100644 --- a/src/lib/SipSession.ts +++ b/src/lib/SipSession.ts @@ -65,7 +65,6 @@ export default class SipSession extends events.EventEmitter { this.#rtcSession.on( "accepted", ({ response }: { response: IncomingResponse }) => { - console.log("xquanluu"); this.emit(SipConstants.SESSION_ANSWERED, { status: SipConstants.SESSION_ANSWERED, callSid: response.hasHeader("X-Call-Sid")