Skip to content

Commit

Permalink
Update client_well_known.md
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Oct 2, 2024
1 parent 0085d87 commit 448ff8a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/client_well_known.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,22 @@
<hr />


## Matrix VoIP Configuration

Matrix (1:1) VoIP configuration is keyed by `io.element.voip`. The following options are supported:

| Key | Type | 🤖 | 🍎 | 🕸️ | Description |
| - | - | - | - | - | - |
| `disable_fallback_ice` | `Bool` |||| Disable fallback ICE server, e.g. matrix.org, will require functioning TURN/STUN server to be configured. |

## Jitsi Configuration

Jitsi configuration is keyed by `io.element.jitsi`. The following options are supported:

| Key | Type | 🤖 | 🍎 | 🕸️ | Description |
| - | - | - | - | - | - |
| `preferredDomain` | `String` ||| | Use the specified server for Jitsi calls. |
| `useFor1To1Calls` | `Bool` ||| | Use Jitsi for 1:1 calls (by default we use native Matrix calls). |
| `preferredDomain` | `String` ||| | Use the specified server for Jitsi calls. |
| `useFor1To1Calls` | `Bool` ||| | Use Jitsi for 1:1 calls (by default we use native Matrix calls). |

## Encryption Configuration

Expand Down

0 comments on commit 448ff8a

Please sign in to comment.