Interface CallOpts

Hierarchy

  • CallOpts

Properties

client: MatrixClient
forceTURN?: boolean

Whether relay through TURN should be forced.

Deprecated

use opts.forceTURN when creating the matrix client since it's only possible to set this option on outbound calls.

groupCallId?: string
invitee?: string
opponentDeviceId?: string
opponentSessionId?: string
roomId: string
turnServers?: TurnServer[]

Generated using TypeDoc