Skip to main content

OmniaPeerOptions

@totemsdk/omnia


@totemsdk/omnia / OmniaPeerOptions

Interface: OmniaPeerOptions

Properties

channelId?

optional channelId?: string


maxReconnectAttempts?

optional maxReconnectAttempts?: number


pubkey

pubkey: string


reconnectBaseDelayMs?

optional reconnectBaseDelayMs?: number


reconnectFactory?

optional reconnectFactory?: () => Promise<IStreamTransport>

Returns

Promise<IStreamTransport>