Passes additional properties to a ChannelBase or RealtimeChannelBase object, such as encryption, ChannelMode and channel parameters.

Hierarchy

  • ChannelOptions

Properties

Properties

Requests encryption for this channel when not null, and specifies encryption-related parameters (such as algorithm, chaining mode, key length and key). See an example.

modes?: ChannelModes

An array of ChannelMode objects.

params?: ChannelParams

Channel Parameters that configure the behavior of the channel.

Generated using TypeDoc