Description
When clicking on the "Go to Room" received in an invite, it will open the link in the default browser. If the browser is IE, the student will get notified that the browser is not supported and there is a "Copy link" button.
Problem
By clicking the "Copy Link" button, the user gets a notification that the link has been copied properly but when pasting it in the address bar in Chrome, the correct link is not pasted.
Cause
This might be caused by specific settings in IE11, programmatic clipboard access that is set to disable.
Solution
This can be avoided by selecting the link and copying it using the right click options.