Articles tagged: WebRTC
Found 206 documents
- Archive/Firefox_OS/Firefox_OS_apps/Reference_apps/rtcamera
- Games/Techniques/WebRTC_data_channels The WebRTC (Web Real-Time Communications) API is primarily known for its support for audio and ...
- Glossary/ICE ICE (Interactive Connectivity Establishment) is a framework used by WebRTC (among other ...
- Glossary/NAT NAT (Network Address Translation) is a technique for letting multiple computers share an IP ...
- Glossary/SCTP SCTP (Stream Control Transmission Protocol) is an IETF standard for a transport protocol which ...
- Glossary/SDP SDP (Session Description Protocol) is the standard describing a peer-to-peer connection. SDP ...
- Glossary/STUN STUN (Session Traversal Utilities for NAT) is an auxiliary protocol for transmitting data around ...
- Glossary/TURN TURN (Traversal Using Relays around NAT) is a protocol enabling a computer to receive and send ...
- Glossary/WebRTC WebRTC (Web Real-Time Communication) is an API that can be used by video-chat, voice-calling, ...
- Web/API/ConstrainBoolean The ConstrainBoolean dictionary is used to specify a constraint for a property whose value is a ...
- Web/API/ConstrainDOMString The ConstrainDOMString dictionary is used to specify a constraint for a property whose value is ...
- Web/API/ConstrainDouble The ConstrainDouble type is used to specify a constraint for a property whose value is a ...
- Web/API/ConstrainLong The ConstrainLong type is used to specify a constraint for a property whose value is an integral ...
- Web/API/DoubleRange The DoubleRange dictionary is used to define a range of permitted double-precision ...
- Web/API/LocalMediaStream The LocalMediaStream interface represents a stream of media content fetched from a local data ...
- Web/API/LongRange The LongRange dictionary is used to define a range of permitted integer values for a property, ...
- Web/API/MediaDeviceInfo The MediaDevicesInfo interface contains information on the available media input and output devices.
- Web/API/MediaDevices The MediaDevices interface provides access to connected media input devices like cameras and ...
- Web/API/MediaDevices/enumerateDevices The MediaDevices.enumerateDevices() method collects information about the media input and output ...
- Web/API/MediaDevices/getSupportedConstraints The getSupportedConstraints () method of the MediaDevices interface returns an object based on ...
- Web/API/MediaDevices/getUserMedia The MediaDevices.getUserMedia() method prompts the user for permission to use one video and/or ...
- Web/API/MediaStream The MediaStream interface represents a stream of media content. A stream consists of several ...
- Web/API/MediaStream/getTrackById The MediaStream.getTrackById() method returns a MediaStreamTrack object representing the track ...
- Web/API/MediaStreamConstraints The MediaStreamConstraints dictionary is used when calling getUserMedia() to specify what kinds ...
- Web/API/MediaStreamConstraints/audio The MediaStreamConstraints dictionary's audio property is used to indicate what kind of audio ...
- Web/API/MediaStreamEvent The MediaStreamEvent interface represents events that occurs in relation to a MediaStream. Two ...
- Web/API/MediaStreamEvent/MediaStreamEvent The MediaStreamEvent() constructor creates a new MediaStreamEvent.
- Web/API/MediaStreamEvent/stream The read-only property MediaStreamEvent.stream returns the MediaStream associated with the event.
- Web/API/MediaStreamTrack The MediaStreamTrack interface represents a single media track within a stream; typically, these ...
- Web/API/MediaStreamTrack/enabled The MediaStreamTrack.enabled property returns a Boolean with a value of true if the track is ...
- Web/API/MediaStreamTrack/id The read-only property MediaStreamTrack.id returns a DOMString containing a unique identifier ...
- Web/API/MediaStreamTrack/kind The read-only property MediaStreamTrack.kind returns a DOMString set to "audio" if the track is ...
- Web/API/MediaStreamTrack/label The read-only property MediaStreamTrack.label returns a DOMString containing a user ...
- Web/API/MediaStreamTrack/onmute The MediaStreamTrack.onmute event handler is a property called when the mute event is received. ...
- Web/API/MediaStreamTrack/onoverconstrained The MediaStreamTrack.onoverconstrained event handler is a property called when the ...
- Web/API/MediaStreamTrack/onunmute The MediaStreamTrack.onunmute event handler is a property called when the unmute event is ...
- Web/API/MediaStreamTrack/remote The MediaStreamTrack.remote read-only property allows Javascript to know whether a WebRTC ...
- Web/API/MediaStreamTrack/stop The MediaStreamTrack.stop() method stops playing the source associated with the track. Both the ...
- Web/API/MediaTrackConstraints The MediaTrackConstraints dictionary is used to describe a set of capabilities and the value or ...
- Web/API/MediaTrackConstraints/aspectRatio The MediaTrackConstraints dictionary's aspectRatio property is a ConstrainDouble describing the ...
- Web/API/MediaTrackConstraints/channelCount The MediaTrackConstraints dictionary's channelCount property is a ConstrainLong describing the ...
- Web/API/MediaTrackConstraints/deviceId The MediaTrackConstraints dictionary's deviceId property is a ConstrainDOMString describing the ...
- Web/API/MediaTrackConstraints/echoCancellation The MediaTrackConstraints dictionary's echoCancellation property is a ConstrainBoolean ...
- Web/API/MediaTrackConstraints/facingMode The MediaTrackConstraints dictionary's facingMode property is a ConstrainDOMString describing ...
- Web/API/MediaTrackConstraints/frameRate The MediaTrackConstraints dictionary's frameRate property is a ConstrainDouble describing the ...
- Web/API/MediaTrackConstraints/groupId The MediaTrackConstraints dictionary's groupId property is a ConstrainDOMString describing the ...
- Web/API/MediaTrackConstraints/height The MediaTrackConstraints dictionary's height property is a ConstrainLong describing the ...
- Web/API/MediaTrackConstraints/latency The MediaTrackConstraints dictionary's latency property is a ConstrainDouble describing the ...
- Web/API/MediaTrackConstraints/sampleRate The MediaTrackConstraints dictionary's sampleRate property is a ConstrainLong describing the ...
- Web/API/MediaTrackConstraints/sampleSize The MediaTrackConstraints dictionary's sampleSize property is a ConstrainLong describing the ...
- Web/API/MediaTrackConstraints/volume The MediaTrackConstraints dictionary's volume property is a ConstrainDouble describing the ...
- Web/API/MediaTrackConstraints/width The MediaTrackConstraints dictionary's width property is a ConstrainLong describing the ...
- Web/API/MediaTrackSettings/aspectRatio The MediaTrackSettings dictionary's aspectRatio property is a double-precision floating-point ...
- Web/API/MediaTrackSettings/channelCount The MediaTrackSettings dictionary's channelCount property is an integer indicating how many ...
- Web/API/MediaTrackSettings/deviceId The MediaTrackSettings dictionary's deviceId property is a DOMString which uniquely identifies ...
- Web/API/MediaTrackSettings/facingMode The MediaTrackSettings dictionary's facingMode property is a DOMString indicating the direction ...
- Web/API/MediaTrackSettings/frameRate The MediaTrackSettings dictionary's frameRate property is a double-precision floating-point ...
- Web/API/MediaTrackSettings/groupId The MediaTrackSettings dictionary's groupId property is a browsing-session unique DOMString ...
- Web/API/MediaTrackSettings/height The MediaTrackSettings dictionary's height property is an integer indicating the number of ...
- Web/API/MediaTrackSettings/latency The MediaTrackSettings dictionary's latency property is a double-precision floating-point number ...
- Web/API/MediaTrackSettings/sampleRate The MediaTrackSettings dictionary's sampleRate property is an integer indicating how many audio ...
- Web/API/MediaTrackSettings/sampleSize The MediaTrackSettings dictionary's sampleSize property is an integer indicating the linear ...
- Web/API/MediaTrackSettings/volume The MediaTrackSettings dictionary's volume property is a double-precision floating-point number ...
- Web/API/MediaTrackSettings/width The MediaTrackSettings dictionary's width property is an integer indicating the number of pixels ...
- Web/API/MediaTrackSupportedConstraints/aspectRatio The MediaTrackSupportedConstraints dictionary's aspectRatio property is a read-only Boolean ...
- Web/API/MediaTrackSupportedConstraints/channelCount The MediaTrackSupportedConstraints dictionary's channelCount property is a read-only Boolean ...
- Web/API/MediaTrackSupportedConstraints/deviceId The MediaTrackSupportedConstraints dictionary's deviceId property is a read-only Boolean value ...
- Web/API/MediaTrackSupportedConstraints/echoCancellation The MediaTrackSupportedConstraints dictionary's echoCancellation property is a read-only Boolean ...
- Web/API/MediaTrackSupportedConstraints/facingMode The MediaTrackSupportedConstraints dictionary's facingMode property is a read-only Boolean value ...
- Web/API/MediaTrackSupportedConstraints/frameRate The MediaTrackSupportedConstraints dictionary's frameRate property is a read-only Boolean value ...
- Web/API/MediaTrackSupportedConstraints/groupId The MediaTrackSupportedConstraints dictionary's groupId property is a read-only Boolean value ...
- Web/API/MediaTrackSupportedConstraints/height The MediaTrackSupportedConstraints dictionary's height property is a read-only Boolean value ...
- Web/API/MediaTrackSupportedConstraints/latency The MediaTrackSupportedConstraints dictionary's latency property is a read-only Boolean value ...
- Web/API/MediaTrackSupportedConstraints/sampleSize The MediaTrackSupportedConstraints dictionary's sampleSize property is a read-only Boolean value ...
- Web/API/MediaTrackSupportedConstraints/volume The MediaTrackSupportedConstraints dictionary's volume property is a read-only Boolean value ...
- Web/API/Media_Streams_API/Constraints The twin concepts of constraints and capabilies let the browser and Web site or app exchange ...
- Web/API/MessageEvent A MessageEvent is the interface representing a message received by a target, being a WebSocket ...
- Web/API/Navigator/getUserMedia The Navigator.getUserMedia() method prompts the user for permission to use 0 or 1 video and 0 or ...
- Web/API/RTCCertificate The interface of the the WebRTC API provides an object represents a certificate that an ...
- Web/API/RTCConfiguration The RTCConfiguration dictionary is used to provide configuration options for an ...
- Web/API/RTCDataChannel The RTCDataChannel interface represents a network channel which can be used for bidirectional ...
- Web/API/RTCDataChannel/binaryType The property binaryType on the RTCDataChannel interface is a DOMString which specifies the type ...
- Web/API/RTCDataChannel/bufferedAmount The read-only RTCDataChannel property bufferedAmount returns the number of bytes of data ...
- Web/API/RTCDataChannel/bufferedAmountLowThreshold The RTCDataChannel property bufferedAmountLowThreshold is used to specify the number of bytes of ...
- Web/API/RTCDataChannel/close The RTCDataChannel.close() method closes the RTCDataChannel. Either peer is permitted to call ...
- Web/API/RTCDataChannel/id The read-only RTCDataChannel property id returns an ID number (between 0 and 65,534) which ...
- Web/API/RTCDataChannel/label The read-only RTCDataChannel property label returns a DOMString containing a name describing the ...
- Web/API/RTCDataChannel/maxPacketLifeTime The read-only RTCDataChannel property maxPacketLifeTime returns the amount of time, in ...
- Web/API/RTCDataChannel/maxRetransmits The read-only RTCDataChannel property maxRetransmits returns the maximum number of times the ...
- Web/API/RTCDataChannel/negotiated The read-only RTCDataChannel property negotiated indicates whether the RTCDataChannel 's ...
- Web/API/RTCDataChannel/onbufferedamountlow The RTCDataChannel.onbufferedamountlow property is an EventHandler which specifies a function ...
- Web/API/RTCDataChannel/onclose The RTCDataChannel.onclose property is an EventHandler which specifies a function to be called ...
- Web/API/RTCDataChannel/onerror The RTCDataChannel.onerror property is an EventHandler which specifies a function to be called ...
- Web/API/RTCDataChannel/onmessage The RTCDataChannel.ommessage property stores an EventHandler which specifies a function to be ...
- Web/API/RTCDataChannel/onopen The RTCDataChannel.onopen property is an EventHandler which specifies a function to be called ...
- Web/API/RTCDataChannel/ordered The read-only RTCDataChannel property ordered indicates whether or not the data channel ...
- Web/API/RTCDataChannel/protocol The read-only RTCDataChannel property protocol returns a DOMString containing the name of the ...
- Web/API/RTCDataChannel/readyState The read-only RTCDataChannel property readyState returns an enum of type RTCDataChannelState ...
- Web/API/RTCDataChannel/reliable The read-only RTCDataChannel property reliable indicates whether or not the data channel is ...
- Web/API/RTCDataChannel/send The send() method of the RTCDataChannel interface sends data across the data channel to the ...