User ID field no longer neccessary
This commit is contained in:
parent
23b8a61e7a
commit
9e95e8b5a7
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ export async function getSFUConfigWithOpenID(
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
room: roomName,
|
room: roomName,
|
||||||
openid_token: openIdToken,
|
openid_token: openIdToken,
|
||||||
remove_me_user_id: client.getUserId(), // the service will get this from the openid request
|
|
||||||
device_id: client.getDeviceId(),
|
device_id: client.getDeviceId(),
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue