Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

Viewing file on branch master

1# MSTeams
2
3- Status: ???
4- Maintainers: ???
5- Features:
6 - edits: no
7 - attachments: no
8
9## Configuration
10
11**Basic configuration example:**
12
13```toml
14[msteams.teams]
15RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
16TenantID="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
17ClientID="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
18TeamID="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
19```
20
21## FAQ
22
23### How to get the TenantID, ClientID, and TeamID?
24
25See [account.md](account.md).
26
27### How to send HTML/codeblock/emoji to MSTeams?
28
29That's not possible due to Microsoft API limitations.
30
31They will not be rendered properly, sorry.
32
33### Why is feature X not supported?
34
35Not supported by Microsoft API, sorry.
36
37### How to receive messages with attachments and images
38
39Not supported by Microsoft API (TODO: is that still the case?)
40