Must Need Feature in onlineMeeting Graph API
I am trying to get recordings and transcripts on an onlineMeeting, I am getting responses but two major issue I found using the APIs are:
There is no way to map each recordings with its respective transcripts when there are multiple recordings and transcripts associated to same meetingid.
There is no option to sort the response by createdtime
transcriptsreturns createdTime in descending orderrecordingsreturns createdTime in ascending order- When I use
$orderby, I get this errorThe query specified in the URI is not valid. Query option 'OrderBy' is not allowed. To allow it, set the 'AllowedQueryOptions' property on EnableQueryAttribute or QueryValidationSettings
Has anybody found a way to map these two or any identifier to map this, depending on createdTime is tricky

Need a option to map recordings and its transcripts linked