0 Section MSteams (basic)
Wim edited this page 2021-10-24 19:14:40 +02:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

You need the TenantID, ClientID and TeamID.

See here for more information about how to get those.

For how to configure Microsoft Teams for the matterbridge integration, look here

[msteams.teams]
TenantID="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
ClientID="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
TeamID="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "

caveats

Doesnt work and not possible because Microsoft API limitation: - Messages edited in other bridges also edited in MS teams - Sending HTML/codeblock/emoji messages to Microsoft Teams (they will not be rendered as such) - Sending messages with attachments and images is not supported.

See https://github.com/42wim/matterbridge/pull/967