HomeGuidesAPI Reference
HubBlogChangelogSupport ForumLog In
API Reference

Web SDK - PeerInformationType

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

MemberValueDescription
Answer2The SDP which describes the agreed-upon configuration, and is being sent to finalize negotiation.
Candidate3An ICE candidate which describes the protocols and routing needed to be able to communicate with a remote peer.
Invalid0Indicates an invalid encode or decode has occured.
Offer1The 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.