I connected though Microsoft Teams and created a configuration in which i connected “Microsoft Teams” provider. This is the part from the configuration:
"conferencing": {
"provider": "Microsoft Teams",
"autocreate": {
"conf_grant_id": "",
"conf_settings": null
}
}
After that, I scheduled a meeting using the Scheduler API, and it was scheduled successfully… but i don’t see any link to the meeting in Microsoft Teams, Outlook… I also tried adding conf_grant_id: "OUTLOOK_GRANT_ID", but i didn’t help, the link still didn’t appear.
What exactly am i doing wrong, and how can i fix this issue?