Home > rainway-sdk > RainwayTransport > open
RainwayTransport.open() method
Attempts to open the transport and establish a connection.
Signature:
abstract open(andSend: "answer" | "offer"): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
andSend | "answer" | "offer" |
Returns:
Promise<void>