Content
147 questions with Microsoft Graph Cloud Communications API tags
meetingType in OnlineMeeting object
Hi, I am receiving a null value for the meetingType property in the create online meeting response. Can you provide more information about this property? It is not documented in the describe onlineMeeting object document. …

Able to same coorganizer in onlineMeetings
Hi, I can add the same co-organizer to the attendees list up to 750 times in meetings using Graph API. Is this a bug or default behaviour?
Teams Client Removal of Hold/Transfer Controls for Group Call
We use the Graph Cloud Communications API for our Teams Calling Bot to answer an incoming call to the Bot, and then add a Teams user into the call. Previously, the Teams user has then been able to use the Teams Client call controls to Transfer the call…
how to fix win32full.sys BSOD SYSTEM SERVICE EXCEPTION on my Windows PC ?
Im not an advanced user and really need help this person has been disabling all my PC's, changing my services, making the computer impossible to get on please help ASAP.
How to pass meeting start date time in online meeting
In my node js application I am using cloud communications api with application permission and create online meeting link I want to pass start date time from my mongodb database . How to pass this date time to start date in online meeting body .
Issue with Metered API on Microsoft Graph Beta Endpoint for Online Meeting Transcripts
We are encountering an issue with the Microsoft Graph API's beta endpoint when attempting to fetch online meeting transcripts. Here are the specifics: API Request: URL:…
Adding a User to a Group Call as Hidden, then later re-adding as non-Hidden, results in the user still being Hidden
We use the Graph Cloud Communications API for our Teams Calling Bot to add a Teams user into a Group Call as a hidden participant. If that hidden user leaves the group call or the Bot removes them from the group call, and the user is then re-added to the…
User Added to Group Call As Hidden is Shown in Chat Thread
We use the Graph Cloud Communications API for our Teams Calling Bot to add a Teams user into a Group Call as a hidden participant. In this case another (non-hidden) Teams user in the group call does not see any evidence of the hidden participant in the…
How to get access token automatically .
I am using graph cloud communications api for creating online meeting link through my node js application . I am using Authentication code flow for creating access token and then using "/me/onlinemeeting" for creating meeting link and it is…

How to get meeting recording in Microsoft Graph Api?
Hello I am using Microsoft Graph Cloud Communication API . For making report purpose I want to retrieve list of meeting along with its recording also wants meeting logs . Any one knows how to do this ?

How to get VideoTeleconferenceId or meeting ID or JoinWebURL of microsoft teams meeting?
How to get VideoTeleconferenceId, meeting ID, or JoinWebURL of microsoft teams meeting? I need to get one of these values using the conference name.
In Node Js Application using Microsoft Graph Api start online meeting without organizer.
Hello Everyone, In my Node Js Application I am using Microsoft Graph Cloud Communication API for to generate online meeting link then send that link to participant .Then I want to start meeting when any one of participant click on join meeting . I want…
Graph Cloud Communications API call to Mute or Hold Participant Fails for Hidden User
We use the Graph Cloud Communications API for our Teams Calling Bot to add a Teams user into a Group Call as a hidden participant. If we then attempt a "Mute participant" (participant: mute - Microsoft Graph v1.0 | Microsoft Learn) or…
Create onlineMeeting 'Assigning the presenter or coorganizer role to users who are not registered in Azure Active Directory is not currently supported'
The documentation of the Microsoft Graph API 'Create onlineMeeting' says: Caution Assigning the presenter or coorganizer role to users who are not registered in Azure Active Directory is not currently supported. Is it possible to know when this…

/me request is only valid with delegated authentication flow
Hello, In my nodejs application I would like to integrate Microsoft Graph Cloud Communication Api for creating online meeting. But getting error like /me request is only valid with delegated authentication flow. Please check my code spinets. for…

callRecordingURL isn't playable
We are trying to get an mp4 file of Microsoft teams meetings recordings. The API is giving us callRecordingURL through "channels/getAllMessages" call. The URL looks like…

error 400 graph API closesession in excel
Please help with error 400 I am having when I am trying to close session for Excel file https://graph.microsoft.com/v1.0/Drives/driveiid/Items/Itemid/Workbook/closeSession Headers: Bearer token workbook-session-id Body {}

Future Programming Language Support
I would like to ask Microsoft what are their plans regarding the status of future programming languages that might be added into the VS IDE. As it stands now, full support is provided for JS, TS, NodeJS, VB, C++, C#, F#, Python, and LINQ while C and…
Authentication error when integrating Microsoft teams using graph into angular
I have created a sample angular project using the graph tutorial. My requirement is to integrate Microsoft teams into an angular application. Using the sample project I can login using the microsoft credentials. Below code is for the access token…
anyone had issues yesterday with Teams Call Subscription getting old hits and callRecords
Hi, We subscribed to teams subscription using: https://graph.microsoft.com/beta/subscriptions/XXXXX This works fine. We actually do a patch to this subscription so it does not expire. Just change the expiration date. All good here. We have been…