0
votes

How to send messages to Microsoft Teams Meeting Chat without using any delegated user permissions through a bot?

After joining the group meeting, I am getting ChatId and MessageId as a part of Chat Info, How should I send a message through that without using any delegated user's permission?

1
By using he chatid you can send message to meeting chat using proactive message. Please check this docs for more info? - Nikitha-MSFT
@Nikitha-MSFT yes, I have checked that, but it needs the bot pre-installed in the respective chats, but that's not my scenario, I need to send messages completely using my code without users adding a bot to chat. Is there anything available to install bot to Group Chats? - rsworm
You can install you app using Graph API. Could you please check this Installed Apps? - Nikitha-MSFT
@Nikitha-MSFT My scenario is of Group Chats, not teams or specific users, and there is probably no Graph API available to install bot to Group Chats, can you please check if there is any other way out? - rsworm
Currently We don't have the API to install the app to Group. Could you please raise a user voice? - Nikitha-MSFT

1 Answers

2
votes

Currently this is not possible to add the Bot programmatically using API to the Group Chat.