Make LiveKit configurable

This commit is contained in:
Daniel Abramov
2023-06-07 20:16:24 +02:00
parent dc98960d8d
commit e032edbfad
4 changed files with 12 additions and 14 deletions

View File

@@ -95,8 +95,6 @@ export async function initClient(
// options we always pass to the client (stuff that we need in order to work)
const baseOpts = {
fallbackICEServerAllowed: fallbackICEServerAllowed,
localSfuUserId: Config.get().temp_sfu?.user_id,
localSfuDeviceId: Config.get().temp_sfu?.device_id,
} as ICreateClientOpts;
if (indexedDB && localStorage) {