Returns the join URL of a given groups conference.
GET
/api/groups/{groupId}/conference
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
TypeAPI Key (header: X-CSRF-Token)
Parameters
Path Parameters
groupId*
Typestring
RequiredPattern
"\\d+"
Query Parameters
redirect
Should the response perform a 301 redirect to the actual conference?
Typestring
Default
"false"