Finally, developers are able to create pre-defined meeting rooms, get sharable guest-links, and start the meeting whenever needed with the same permanent links!
Share a meeting link, before the meeting has even being started!
POST /permalink
HEADERS Authorization
user[name]=<host-user-name>
# options[exit_url] and many more options
This will give you all the links you need.
{
//...
"links": {
"gui": "https://app.eyeson.team/permalink/?9clgjJXl1NzbcmF5vfXWhAVJ",
"guest_join": "https://app.eyeson.team/permalink/?guest=R2SdUxiqKhpBoUu0oi0pZZkZ"
}
}