interface RemoteChannel.ReadConfig
Interface defining the read configuration for a RemoteChannel.
Implemented by: RemoteChannelClient.ReadChannelConfig
Properties
channelId
An ID used for the client and server to connect the correct channels to each other.
channelId
Definition
channelId: string;
handshakeAttemptTimeoutMs
The amount of milliseconds to wait for a reponse to each handshake.
handshakeAttemptTimeoutMs
Definition
handshakeAttemptTimeoutMs?: number;