Package

org.scalajs.dom.experimental

webrtc

Permalink

package webrtc

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. webrtc
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class MediaStreamEvent extends raw.Event

    Permalink

    The MediaStreamEvent interface represents events that occurs in relation to a MediaStream.

    The MediaStreamEvent interface represents events that occurs in relation to a MediaStream. Two events of this type can be thrown: addstream and removestream.

    MDN

    Annotations
    @RawJSType() @native() @JSGlobal()
  2. trait NavigatorMediaStream extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  3. trait RTCBundlePolicy extends Any

    Permalink

    see https://www.w3.org/TR/2015/WD-webrtc-20150210/#idl-def-RTCBundlePolicy in W3C spec

    Annotations
    @RawJSType() @native()
  4. trait RTCConfiguration extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  5. trait RTCDTMFSender extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  6. trait RTCDataChannel extends raw.EventTarget

    Permalink

    The RTCDataChannel interface represents a bi-directional data channel between two peers of a connection.

    The RTCDataChannel interface represents a bi-directional data channel between two peers of a connection.

    MDN

    Annotations
    @RawJSType() @native()
  7. class RTCDataChannelEvent extends raw.Event

    Permalink

    The RTCDataChannelEvent interface represents events that occur while attaching a RTCDataChannel to a RTCPeerConnection.

    The RTCDataChannelEvent interface represents events that occur while attaching a RTCDataChannel to a RTCPeerConnection. The only event sent with this interface is datachannel.

    MDN

    Annotations
    @RawJSType() @native() @JSGlobal()
  8. trait RTCDataChannelEventInit extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  9. trait RTCDataChannelInit extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  10. trait RTCDataChannelState extends Any

    Permalink

    see https://www.w3.org/TR/2015/WD-webrtc-20150210/#idl-def-RTCDataChannelState in W3C spec

    Annotations
    @RawJSType() @native()
  11. class RTCIceCandidate extends Object

    Permalink

    The RTCIceCandidate interface of the the WebRTC API represents a candidate internet connectivity establishment (ICE) server for establishing an RTCPeerConnection.

    The RTCIceCandidate interface of the the WebRTC API represents a candidate internet connectivity establishment (ICE) server for establishing an RTCPeerConnection.

    MDN

    Annotations
    @RawJSType() @native() @JSGlobal()
  12. trait RTCIceCandidateInit extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  13. trait RTCIceConnectionState extends Any

    Permalink

    see https://www.w3.org/TR/2015/WD-webrtc-20150210/#rtciceconnectionstate-enum in W3C spec

    Annotations
    @RawJSType() @native()
  14. trait RTCIceGatheringState extends Any

    Permalink
    Annotations
    @RawJSType() @native()
  15. trait RTCIceServer extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  16. trait RTCIceTransportPolicy extends Any

    Permalink

    see https://www.w3.org/TR/2015/WD-webrtc-20150210/#idl-def-RTCIceTransportPolicy in W3C spec

    Annotations
    @RawJSType() @native()
  17. trait RTCIdentityAssertion extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  18. trait RTCOfferOptions extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  19. class RTCPeerConnection extends raw.EventTarget

    Permalink

    The RTCPeerConnection interface represents a WebRTC connection between the local computer and a remote peer.

    The RTCPeerConnection interface represents a WebRTC connection between the local computer and a remote peer. It is used to handle efficient streaming of data between the two peers.

    MDN

    Annotations
    @RawJSType() @native() @JSGlobal()
  20. class RTCPeerConnectionIceEvent extends raw.Event

    Permalink

    The RTCPeerConnectionIceEvent interface represents events that occurs in relation to ICE candidates with the target, usually an RTCPeerConnection.

    The RTCPeerConnectionIceEvent interface represents events that occurs in relation to ICE candidates with the target, usually an RTCPeerConnection. Only one event is of this type: icecandidate.

    MDN

    Annotations
    @RawJSType() @native() @JSGlobal()
  21. trait RTCPeerConnectionIceEventInit extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  22. trait RTCSdpType extends Any

    Permalink

    see https://www.w3.org/TR/2015/WD-webrtc-20150210/#idl-def-RTCSdpType in W3C spec

    Annotations
    @RawJSType() @native()
  23. class RTCSessionDescription extends Object

    Permalink
    Annotations
    @RawJSType() @native() @JSGlobal()
  24. trait RTCSessionDescriptionInit extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  25. trait RTCSignalingState extends Any

    Permalink
    Annotations
    @RawJSType() @native()
  26. trait RTCStats extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  27. trait RTCStatsReport extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  28. trait RTCStatsType extends Any

    Permalink

    see https://www.w3.org/TR/2015/WD-webrtc-20150210/#idl-def-RTCStatsType in W3C spec

    Annotations
    @RawJSType() @native()

Inherited from AnyRef

Inherited from Any

Ungrouped