Forum Discussion

LeeJinWoo's avatar
LeeJinWoo
Copper Contributor
Nov 09, 2023

How to add new participants to an already created Online Meeting using Graph API?

Hi, 

In the application I am developing, I created an online meeting using the graph API.
Next, the application used the online meeting update API to add new users A and B as participants in participants > attendees.
A problem occurred here. The problem I face is as follows:
1. Added users A and B are displayed as participants in meetings and chats, but there is no notification that they have been added to the meeting. Even if the meeting host enters a chat, A and B do not receive separate notifications because the meeting chat window is muted.
2. Previous chat history is not shared with added users A and B. (Users invited through the meeting option are set to shareMeetingChatHistoryDefault:all so that chat history is shared, and chat history is shared with users who actually click joinWebUrl and participate. It was confirmed that this works.)

The things I'm curious about are as follows:
1. When adding users A and B, how do I get a notification for adding a meeting and share chat history?

Resources