Skip to content

IJoinRoomOpts

Defined in: src/@types/requests.ts:30

optional acceptSharedHistory?: boolean

Defined in: src/@types/requests.ts:48

Previously, configured whether to accept encrypted history shared by the inviter. This is now always enabled, and the setting is only retained to avoid a breaking change to the API. It has no effect.


optional inviteSignUrl?: string

Defined in: src/@types/requests.ts:34

If the caller has a keypair 3pid invite, the signing URL is passed in this parameter.


optional viaServers?: string[]

Defined in: src/@types/requests.ts:40

The server names to try and join through in addition to those that are automatically chosen. Only the first 3 are actually used in the request, to avoid HTTP 414 Request-URI Too Long responses.