Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO committed Nov 2, 2023
1 parent f50466c commit de2bbdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/room/RTCEngine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ export default class RTCEngine extends (EventEmitter as new () => TypedEventEmit
private makeRTCConfiguration(serverResponse: JoinResponse | ReconnectResponse): RTCConfiguration {
const rtcConfig = { ...this.rtcConfig };
if (this.signalOpts?.e2eeEnabled) {
log.debug('E2EE - setting up transports with insertable streams for reconnect');
log.debug('E2EE - setting up transports with insertable streams');
// this makes sure that no data is sent before the transforms are ready
// @ts-ignore
rtcConfig.encodedInsertableStreams = true;
Expand Down

0 comments on commit de2bbdd

Please sign in to comment.