Forum Discussion
ShawnLien1129
Dec 12, 2022Brass Contributor
About subscription teams channel to get change notifications
I subscribed to teams channel through the Graph API: Create subscription In the normal processing case below: I can correctly parse the change notification chat message content by the follow...
- Dec 12, 2022
ShawnLien1129 - The call recording was not uploaded. It's getting error, so the event was not completed. Thats why the eventDetails are empty.
If the recording was uploaded in Teams succesfully, then the event was completed and will get the details of an event.
There is no way to get the chatMessage.EventDetails when the recording was failed to upload.
Thanks,
Nivedipa
-------------------------------------------------------------------------
If the response is helpful, please click Mark as Best Response and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
Nivedipa-MSFT
Microsoft
Dec 12, 2022ShawnLien1129 - Could you please share the screenshot in English language and share the error message which you are getting?
- ShawnLien1129Dec 12, 2022Brass Contributor
Nivedipa-MSFT , thanks
When this error occurs, the value of chatMessage.EventDetail received is null.
- Nivedipa-MSFTDec 12, 2022
Microsoft
ShawnLien1129 - The call recording was not uploaded. It's getting error, so the event was not completed. Thats why the eventDetails are empty.
If the recording was uploaded in Teams succesfully, then the event was completed and will get the details of an event.
There is no way to get the chatMessage.EventDetails when the recording was failed to upload.
Thanks,
Nivedipa
-------------------------------------------------------------------------
If the response is helpful, please click Mark as Best Response and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.- ShawnLien1129Dec 13, 2022Brass Contributor
Except for change notifications, is there any other api that i can get the download link info for this error message ? Thanks.