Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO committed Nov 2, 2023
1 parent 2848e6c commit f50466c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/room/RTCEngine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,6 @@ export default class RTCEngine extends (EventEmitter as new () => TypedEventEmit
const res = await this.client.reconnect(this.url, this.token, this.participantSid, reason);
if (res) {
const rtcConfig = this.makeRTCConfiguration(res);

this.publisher.setConfiguration(rtcConfig);
this.subscriber.setConfiguration(rtcConfig);
}
Expand Down

0 comments on commit f50466c

Please sign in to comment.