Retrieves info about launching an external meeting

Summary:

This endpoint is used to retrieve info about launching an external meeting. This includes whether the current user has permission to host and/or join the meeting along with the host/join URLs.

Query Parameters:

Param Description Optional
This endpoint does not accept any parameters.

Input Example:

Output Example:

{ "is_host_option_allowed": false, "host_url": "", "is_join_option_allowed": true, "join_url": "//link.to/external/meeting" }