Interprefy provides you with links so that all event participants can connect to your event. Here's how you can personalise them.
When booking an event on Inteprefy's RSI platform, participants are provided with a URL to connect to the event. The simplest, standard URL follows this structure:
https://interpret.world/loginlink?token=<token> where <token> is the event token you wish to use (i.e. https://interpret.world/loginlink?token=S-2fatest001s)
However, there are several parameters that you can append to the base URL with '&', for different participant roles URLs as shown below:
Role | Parameter | When to use it | Example |
For audience | &lang=<language-code> | If you wish to state the language selection | i.e. https://interpret.world/loginlink?token=livemeeting&lang=JPN |
For audience | &dark | If you wish to start with the dark theme | |
For audience | &fullscreen | If you wish to start in fullscreen | |
For Chairperson (host) in Connect Pro | &host=<host-value> | If you wish to mark that the user is the chairperson in a classroom event where the value can be 1 (true) or 0 (false) | (i.e. https://interpret.world/loginlink?token=S-2fatest001s&host=1 ) |
For Chairperson (host) in Connect Pro | &hostpass=<some-password> | If you wish to automatically populate the password part for the chairman | (i.e. https://interpret.world/loginlink?token=S-2fatest001s&host=1&hostpass=123456 ) |
All roles | &username=<name> | If you wish to automatically enter the username (note this will overwrite username from Active Directory for users who use Active Directory) | i.e. https://interpret.world/loginlink?token=S-2fatest001s&username=TestUserName ) |
These parameters can be appended to the base URL as a single parameter or a combination of them (i.e. https://interpret.world/loginlink?token=S-2fatest001s&host=1&hostpass=123456&username=ComplicatedURL )