ICapabilities
Defined in: src/embedded.ts:68
Properties
Section titled “Properties”receiveEvent?
Section titled “receiveEvent?”
optionalreceiveEvent?:string[]
Defined in: src/embedded.ts:76
Event types that this client expects to receive.
receiveMessage?
Section titled “receiveMessage?”
optionalreceiveMessage?:true|string[]
Defined in: src/embedded.ts:87
Message types that this client expects to receive, or true for all message types.
receiveState?
Section titled “receiveState?”
optionalreceiveState?:IStateEventRequest[]
Defined in: src/embedded.ts:96
Types of state events that this client expects to receive.
receiveSticky?
Section titled “receiveSticky?”
optionalreceiveSticky?:boolean
Defined in: src/embedded.ts:139
Whether this client needs to be able to receive sticky events. Part of MSC4354 & MSC4407
Default Value
Section titled “Default Value”falsereceiveToDevice?
Section titled “receiveToDevice?”
optionalreceiveToDevice?:string[]
Defined in: src/embedded.ts:105
To-device event types that this client expects to receive.
sendDelayedEvents?
Section titled “sendDelayedEvents?”
optionalsendDelayedEvents?:boolean
Defined in: src/embedded.ts:118
Whether this client needs to be able to send delayed events. Part of MSC4140 & MSC4157
Default Value
Section titled “Default Value”falsesendEvent?
Section titled “sendEvent?”
optionalsendEvent?:string[]
Defined in: src/embedded.ts:72
Event types that this client expects to send.
sendMessage?
Section titled “sendMessage?”
optionalsendMessage?:true|string[]
Defined in: src/embedded.ts:82
Message types that this client expects to send, or true for all message types.
sendState?
Section titled “sendState?”
optionalsendState?:IStateEventRequest[]
Defined in: src/embedded.ts:92
Types of state events that this client expects to send.
sendSticky?
Section titled “sendSticky?”
optionalsendSticky?:boolean
Defined in: src/embedded.ts:132
Whether this client needs to be able to send sticky events. Part of MSC4354 & MSC4407
Default Value
Section titled “Default Value”falsesendToDevice?
Section titled “sendToDevice?”
optionalsendToDevice?:string[]
Defined in: src/embedded.ts:101
To-device event types that this client expects to send.
turnServers?
Section titled “turnServers?”
optionalturnServers?:boolean
Defined in: src/embedded.ts:111
Whether this client needs access to TURN servers.
Default Value
Section titled “Default Value”falseupdateDelayedEvents?
Section titled “updateDelayedEvents?”
optionalupdateDelayedEvents?:boolean
Defined in: src/embedded.ts:125
Whether this client needs to be able to update delayed events. Part of MSC4140 & MSC4157
Default Value
Section titled “Default Value”false