Type alias ChannelCreateOptions

ChannelCreateOptions: {
    protocols?: MessagingProtocols[];
}

Channel provider creation options.

Type declaration

  • Optional protocols?: MessagingProtocols[]

    EXPERIMENTAL: Messaging protocols supported by the channel provider.

Generated using TypeDoc