ProvisioningTransportOptions interface
Configuration options for provisioning transports. Passed into the transport's setTransportOptions function.
polling |
Default interval for polling, to use in case service doesn't provide it to us. |
timeout |
default timeout to use when communicating with the service |
web |
Optional agent to use when communicating with the service |
Default interval for polling, to use in case service doesn't provide it to us.
TypeScript
pollingInterval?: number
Property Value
number
default timeout to use when communicating with the service
TypeScript
timeoutInterval?: number
Property Value
number
Optional agent to use when communicating with the service
TypeScript
webSocketAgent?: Agent
Property Value
Agent