| .. | |
|---|
| AnswerOptions | |
| Certificate | The interface of the the WebRTC API provides an object represents a certificate that an RTCPeerConnection uses to authenticate. |
| Configuration | |
| DataChannel | |
| DataChannelInit | |
| DataChannelState | |
| DataChannelType | |
| IceCandidate | The RTCIceCandidate interface of the the WebRTC API represents a candidate internet connectivity establishment (ICE) server for establishing an RTCPeerConnection. |
| IceCandidateInit | |
| IceConnectionState | |
| IceGatheringState | |
| IdentityAssertion | |
| IdentityAssertionResult | |
| IdentityProvider | |
| IdentityProviderRegistrar | |
| IdentityValidationResult | |
| OfferAnswerOptions | |
| OfferOptions | |
| PeerConnection | The RTCPeerConnection interface represents a WebRTC connection between the local computer and a remote peer. It provides methods to connect to a remote peer, maintain and monitor the connection, and close the connection once it's no longer needed. |
| RtpParameters | |
| RtpReceiver | |
| RtpSender | |
| SdpType | |
| SessionDescription | The RTCSessionDescription interface represents the parameters of a session. Each RTCSessionDescription consists of a description type indicating which part of the offer/answer negotiation process it describes and of the SDP descriptor of the session. |
| SessionDescriptionInit | |
| SignalingState | |
| StatsReport | WebRTC provides a method—RTCPeerConnection.getStats()—which returns a set of statistics about the state of the connection and the data transfers which have taken place. This status report is an object of type RTCStatsReport, and consists of a mapping of strings identifying objects which have had statistics recorded and a dictionary containing all of the corresponding data. |