Thumbnail

rani/matterbridge.git

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

Browsing tree for branch master, showing 2 entries

TypeFileLast CommitAuthorCommit Date (UTC)Size
txt README.md docs: Split README/wiki into docs/ folder selfhoster1312 13:03, Sep 7 2025 793 B
txt account.md add sane defaults to the exmple documentation for the session storage locations note: this folder won't exist or be owned by the matterbridge account by default Joseph Crowell 01:43, Dec 18 2025 9.71 KiB
README.md

MSTeams

  • Status: ???
  • Maintainers: ???
  • Features:
    • edits: no
    • attachments: no

Configuration

Basic configuration example:

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

FAQ

How to get the TenantID, ClientID, and TeamID?

See account.md.

How to send HTML/codeblock/emoji to MSTeams?

That’s not possible due to Microsoft API limitations.

They will not be rendered properly, sorry.

Why is feature X not supported?

Not supported by Microsoft API, sorry.

How to receive messages with attachments and images

Not supported by Microsoft API (TODO: is that still the case?)