Home > @rainway/web > IPeerSignalingInformation
IPeerSignalingInformation interface
Signature:
export interface IPeerSignalingInformation
Properties
Property | Type | Description |
---|---|---|
data | string | A string containing valid peer information such as an SDP offer or ICE candidate. |
id | string | The ID that identifies the connection request to the Rainway Network. |
type | PeerInformationType | The underlying information type. |