I have already tried getting an Online Meeting and it has the meeting subject but there is no way of linking it to a CallRecord, is there a way of expanding the request or another endpoint that has the subject and can be linked to a CallRecord?
I have already tried getting an Online Meeting and it has the meeting subject but there is no way of linking it to a CallRecord, is there a way of expanding the request or another endpoint that has the subject and can be linked to a CallRecord?
Hello,
As of now there are only two methods available to get the call id.
1. One is that you to subscribe to change notifications to the /communications/callRecords endpoint to get the id of a callRecord. It seems like you are already aware about this.
2. Other way is when you create a call, you will get an id in the response.
It seems like there's no such way to use online meeting to get call records.
Thanks,
Hunaid Hanfee
If the response is helpful, please click "Accept Answer" and upvote it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
For example, I create a Teams online meeting from my outlook calendar, but how to get call ID or the callChainId when the meeting is finish? I have the MeetingID but when I get the properties and relationships of an onlineMeeting object with the meetingID, I can’t find information about the call in the response.
In the Cloud communications API documentation, is written to subscribe to change notifications to the /communications/callRecords endpoint to get the id of a callRecord:. But with a subscription, I receive a notification for all new calls record in all my tenant.
4 people are following this question.