Start links allow you to generate a link that allows a User (meeting host) to start a meeting without logging in directly to Tellescope.
For a given CalendarEvent with our built-in (not Zoom) video calling enabled:
1. PATCH the CalendarEvent and set startLinkToken to a randomly-generated, unique value
2. Send the user to the following URL:
Prod: https://www.business.tellescope.com/video/startlink?token={{startLinkToken}}
Staging: https://www.staging.tellescope.com/video/startlink?token={{startLinkToken}}
The page will exchange the startLinkToken for a User authToken, which is limited in scope to only the API endpoints necessary for the video call. The corresponding User is the first user ID provided in the "attendees" list of the CalendarEvent (the "host").
Comments
0 comments
Please sign in to leave a comment.