mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-21 00:28:08 +08:00
User ID field no longer neccessary
This commit is contained in:
parent
23b8a61e7a
commit
9e95e8b5a7
@ -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(),
|
||||
}),
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user