Thanks for reaching out to Microsoft!
As per documentation property chatInfo
is the chat information associated with the online meeting created.
The threadID for the meeting looks similar to this-
"chatInfo": {
"threadId": "19:meeting_M2IzYzczNTItYzUtYmFiMjNlOTY4MGEz@thread.skype"}
The channelID of the teams which looks "19:1gLU0U5Rh1YtgBU4AqgLx1O-q4USgsEUAJwfnWn90vM1@thread.tacv2
"
Since the IDs are different, this will lead to incorrect values being passed for chatInfo
.
Note: APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Hope this helps.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".