mirror of
https://github.com/jambonz/chrome-extension-dialer.git
synced 2026-01-25 02:08:05 +00:00
fix wrongly update conference settings when initiating a conference join
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user