For the complete documentation index, see llms.txt. This page is also available as Markdown.

πŸ”—Attendance Link

This page will describe how to obtain the attendance link for the participant to enter the session.

To create an attendance link for a participant, you can utilize the attendance_code returned by requests like so:

https://<DOMAIN>/app/?c=<ATTENDANCE_CODE>
client.attendees.getAttendanceLink("5786FF4C-4A93-45A2-BAF1-9461F376E8C5");

The constructed string is the link that participants can use the attend the session.

Last updated