diff --git a/docs/classes/defaulttransceivercontroller.html b/docs/classes/defaulttransceivercontroller.html index 2715a9a0a5..0279f0a63d 100644 --- a/docs/classes/defaulttransceivercontroller.html +++ b/docs/classes/defaulttransceivercontroller.html @@ -284,7 +284,7 @@

addRedundantAudioRecoveryMetricsObserver

@@ -478,7 +478,7 @@

metricsDidReceive

@@ -507,7 +507,7 @@

removeRedundantAudioRecoveryMetricsObserver

@@ -617,7 +617,7 @@

setAudioPayloadTypes

diff --git a/docs/classes/simulcastcontentsharetransceivercontroller.html b/docs/classes/simulcastcontentsharetransceivercontroller.html index 814c6befc9..3983020aaa 100644 --- a/docs/classes/simulcastcontentsharetransceivercontroller.html +++ b/docs/classes/simulcastcontentsharetransceivercontroller.html @@ -359,7 +359,7 @@

addRedundantAudioRecoveryMetricsObserver

@@ -599,7 +599,7 @@

metricsDidReceive

@@ -628,7 +628,7 @@

removeRedundantAudioRecoveryMetricsObserver

@@ -738,7 +738,7 @@

setAudioPayloadTypes

diff --git a/docs/classes/simulcasttransceivercontroller.html b/docs/classes/simulcasttransceivercontroller.html index 60f4091620..4ebc92d378 100644 --- a/docs/classes/simulcasttransceivercontroller.html +++ b/docs/classes/simulcasttransceivercontroller.html @@ -358,7 +358,7 @@

addRedundantAudioRecoveryMetricsObserver

@@ -596,7 +596,7 @@

metricsDidReceive

@@ -625,7 +625,7 @@

removeRedundantAudioRecoveryMetricsObserver

@@ -735,7 +735,7 @@

setAudioPayloadTypes

diff --git a/docs/classes/videoonlytransceivercontroller.html b/docs/classes/videoonlytransceivercontroller.html index 9355517df2..d2619b33d2 100644 --- a/docs/classes/videoonlytransceivercontroller.html +++ b/docs/classes/videoonlytransceivercontroller.html @@ -285,7 +285,7 @@

addRedundantAudioRecoveryMetricsObserver

@@ -480,7 +480,7 @@

metricsDidReceive

@@ -509,7 +509,7 @@

removeRedundantAudioRecoveryMetricsObserver

@@ -619,7 +619,7 @@

setAudioPayloadTypes

diff --git a/src/transceivercontroller/DefaultTransceiverController.ts b/src/transceivercontroller/DefaultTransceiverController.ts index 102f941ac3..00174e7e29 100644 --- a/src/transceivercontroller/DefaultTransceiverController.ts +++ b/src/transceivercontroller/DefaultTransceiverController.ts @@ -631,7 +631,7 @@ export default class DefaultTransceiverController if (this.audioRedWorker) { URL.revokeObjectURL(this.audioRedWorkerURL); this.audioRedWorkerURL = null; - this.audioRedWorker.terminate() + this.audioRedWorker.terminate(); this.audioRedWorker = null; this.currentNumRedundantEncodings = 0; this.lastRedHolddownTimerStartTimestampMs = 0;