This commit is contained in:
Timo K
2026-01-13 18:17:37 +01:00
parent 636f737cd3
commit dbdcde2489

View File

@@ -246,8 +246,15 @@ export const DeveloperSettingsTab: FC<Props> = ({
}
try {
const userId = client.getUserId();
const deviceId = client.getDeviceId();
if (userId === null || deviceId === null) {
throw new Error("Invalid user or device ID");
}
await getSFUConfigWithOpenID(
client,
{ userId, deviceId, memberId: "" },
customLivekitUrlTextBuffer,
roomId,
);