Skip to content

Commit

Permalink
Start MatrixRTC in embedded mode (#3679)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBrandner committed Aug 28, 2023
1 parent 2047c98 commit 1a0718f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/embedded.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ export class RoomWidgetClient extends MatrixClient {
this.setSyncState(SyncState.Syncing);
logger.info("Finished backfilling events");

this.matrixRTC.start();

// Watch for TURN servers, if requested
if (this.capabilities.turnServers) this.watchTurnServers();
}
Expand Down

0 comments on commit 1a0718f

Please sign in to comment.