Hi Everyone,
We are using CreateOnlineMeeting api provided in the link below to create the meeting
We have enabled meeting registration for the meeting.
API URL: https://docs.microsoft.com/en-us/graph/api/meetingregistration-post?view=graph-rest-beta&tabs=http
Meeting registration is done for the users using the below API
API URL: https://docs.microsoft.com/en-us/graph/api/meetingregistration-post-registrants?view=graph-rest-beta&tabs=http
Please note "allowedRegistrant": "everyone".
We are able to successfully create and redirect the users to the meeting link using the meeting url sent in the response for create meeting API.
When we try to start the meeting as a host not as organiser. We are getting invalid meeting URL. But we are able to join meeting for the attendee.
We are not able to get where we are going wrong. Any help on this will be of great help.
Thanks in advance.