User ID field no longer neccessary

This commit is contained in:
David Baker 2023-07-03 13:00:25 +01:00
parent 23b8a61e7a
commit 9e95e8b5a7

View File

@ -45,7 +45,6 @@ export async function getSFUConfigWithOpenID(
body: JSON.stringify({
room: roomName,
openid_token: openIdToken,
remove_me_user_id: client.getUserId(), // the service will get this from the openid request
device_id: client.getDeviceId(),
}),
});