User ID field no longer neccessary
This commit is contained in:
@@ -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(),
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user