org.scalajs.dom.experimental

webrtc

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class MediaStreamEvent extends raw.Event

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

  2. trait NavigatorMediaStream extends Object

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

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

  4. trait RTCConfiguration extends Object

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

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

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

  7. class RTCDataChannelEvent extends raw.Event

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

  8. trait RTCDataChannelEventInit extends Object

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

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

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

  11. class RTCIceCandidate extends Object

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

  12. trait RTCIceCandidateInit extends Object

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

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

  14. trait RTCIceGatheringState extends Any

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

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

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

  17. trait RTCIdentityAssertion extends Object

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

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

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

  20. class RTCPeerConnectionIceEvent extends raw.Event

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

  21. trait RTCPeerConnectionIceEventInit extends Object

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

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

  23. class RTCSessionDescription extends Object

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped