lobby.getInviteAddress
Prototype
public function getInviteAddress()
Return value
A string with the url to the current game room.
Description
Returns a string to the url of the current game room. Should only be called when the player is within a game room.
Example code
// Get the url to this room
var url:String = lobby.getInviteAddress();
// Copy the link to the clipboard
System.setClipboard(url);
