HomeGuidesAPI Reference
HubBlogChangelogSupport ForumLog In
API Reference

Web SDK - TransportStatus

Home > @rainway/web > TransportStatus

TransportStatus enum

The status of a Rainway transport implementation.

Signature:

export declare enum TransportStatus 

Enumeration Members

MemberValueDescription
Connected2The transport is currently connected.
Connecting1The transport is busy establishing a connection.
Disconnected0The transport is not connected.