Show current SFU and Server Info in developer tab (#3000)

* Show current SFU and Server Info in developer tab

* Lint
This commit is contained in:
Hugh Nimmo-Smith
2025-02-10 17:22:19 +00:00
committed by GitHub
parent 6e3fd10268
commit 294e67a5ba
5 changed files with 48 additions and 4 deletions

View File

@@ -679,6 +679,7 @@ export const InCallView: FC<InCallViewProps> = ({
onDismiss={closeSettings}
tab={settingsTab}
onTabChange={setSettingsTab}
livekitRoom={livekitRoom}
/>
</>
)}