IJoinRoomOpts
Defined in: src/@types/requests.ts:30
Properties
Section titled “Properties”acceptSharedHistory?
Section titled “acceptSharedHistory?”
optionalacceptSharedHistory?: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.
inviteSignUrl?
Section titled “inviteSignUrl?”
optionalinviteSignUrl?:string
Defined in: src/@types/requests.ts:34
If the caller has a keypair 3pid invite, the signing URL is passed in this parameter.
viaServers?
Section titled “viaServers?”
optionalviaServers?: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.