Docs for the voip translate pattern option
parent
66080b5751
commit
f8b9958010
|
@ -110,6 +110,18 @@ For a good example, see https://develop.element.io/config.json.
|
||||||
1. `logo`: An HTTP URL to the avatar for the desktop build. Should be 24x24, ideally
|
1. `logo`: An HTTP URL to the avatar for the desktop build. Should be 24x24, ideally
|
||||||
an SVG.
|
an SVG.
|
||||||
1. `url`: An HTTP URL for where to send the user to download the desktop build.
|
1. `url`: An HTTP URL for where to send the user to download the desktop build.
|
||||||
|
1. `voip_mxid_translate_pattern`: Used to route VoIP calls to different Matrix IDs.
|
||||||
|
Any VoIP calls placed will instead be placed to the translated Matrix ID from the
|
||||||
|
pattern string but still appear to be with the original Matrix ID. Correspondingly,
|
||||||
|
incoming VoIP calls will be made to appear as if they came from a different Matrix ID.
|
||||||
|
The value is a template string with substitution `$(mxid)` which is the complete
|
||||||
|
URL-encoded native Matrix ID, using '=' instead of '%'. For example, a value of
|
||||||
|
`@_myappservice_$(mxid):example.org` would cause any VoIP call to `@bob:foo.example`
|
||||||
|
to be redirected to `@_myappservice_=40bob=3Afoo.example:example.org` and calls
|
||||||
|
from the latter to appear as if they were from the former.
|
||||||
|
This option is experimental and may be removed at any time without notice. It's
|
||||||
|
also strongly advised not to set this option unless you're absolutly certain you
|
||||||
|
know what you're doing.
|
||||||
|
|
||||||
Note that `index.html` also has an og:image meta tag that is set to an image
|
Note that `index.html` also has an og:image meta tag that is set to an image
|
||||||
hosted on riot.im. This is the image used if links to your copy of Element
|
hosted on riot.im. This is the image used if links to your copy of Element
|
||||||
|
|
Loading…
Reference in New Issue