Home > @rainway/web > PeerInformationType
PeerInformationType enum
Indicates the type of SDP/ICE message being transported over the Rainway Network for signaling.
Signature:
export declare enum PeerInformationType
Enumeration Members
Member | Value | Description |
---|---|---|
Answer | 2 | The SDP which describes the agreed-upon configuration, and is being sent to finalize negotiation. |
Candidate | 3 | An ICE candidate which describes the protocols and routing needed to be able to communicate with a remote peer. |
Invalid | 0 | Indicates an invalid encode or decode has occured. |
Offer | 1 | The Session Description Protocol (SDP) which describes the initial proposal in an offer/answer exchange. The P2P session negotiation process begins with an offer being sent from the source peer to the destination peer. |