Skip to content
Snippets Groups Projects
Commit 6321952e authored by srosse's avatar srosse
Browse files

OO-4865: user identity name for userID in BigBlueButton instead of key

parent f3b90b51
No related branches found
No related tags found
No related merge requests found
...@@ -779,7 +779,7 @@ public class BigBlueButtonManagerImpl implements BigBlueButtonManager, ...@@ -779,7 +779,7 @@ public class BigBlueButtonManagerImpl implements BigBlueButtonManager,
String userId = null; String userId = null;
if(!guest && identity != null) { if(!guest && identity != null) {
userId = WebappHelper.getInstanceId() + "-" + identity.getKey(); userId = WebappHelper.getInstanceId() + "-" + identity.getName();
} }
BigBlueButtonUriBuilder uriBuilder = getUriBuilder(server); BigBlueButtonUriBuilder uriBuilder = getUriBuilder(server);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment