Object/Trait

loci.communicator.webrtc

WebRTC

Related Docs: trait WebRTC | package webrtc

Permalink

object WebRTC extends WebRTCUpdate

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

Type Members

  1. sealed case class CompleteSession(descType: String, sdp: String) extends CompleteUpdate with Product with Serializable

    Permalink
    Definition Classes
    WebRTCUpdate
  2. sealed abstract class CompleteUpdate extends Update

    Permalink
    Definition Classes
    WebRTCUpdate
  3. trait Connector extends communicator.Connector[WebRTC]

    Permalink
  4. trait ConnectorFactory extends AnyRef

    Permalink
  5. sealed abstract class IncrementalUpdate extends Update

    Permalink
    Definition Classes
    WebRTCUpdate
  6. sealed case class InitialSession(descType: String, sdp: String) extends IncrementalUpdate with Product with Serializable

    Permalink
    Definition Classes
    WebRTCUpdate
  7. sealed case class SessionUpdate(candidate: String, sdpMid: String, sdpMLineIndex: Double) extends IncrementalUpdate with Product with Serializable

    Permalink
    Definition Classes
    WebRTCUpdate
  8. sealed abstract class Update extends AnyRef

    Permalink
    Definition Classes
    WebRTCUpdate

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object CompleteSession extends Serializable

    Permalink
    Definition Classes
    WebRTCUpdate
  5. object InitialSession extends Serializable

    Permalink
    Definition Classes
    WebRTCUpdate
  6. object SessionUpdate extends Serializable

    Permalink
    Definition Classes
    WebRTCUpdate
  7. def answer(configuration: RTCConfiguration = ...): ConnectorFactory

    Permalink
  8. def apply(channel: RTCDataChannel): communicator.Connector[WebRTC]

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  19. def offer(configuration: RTCConfiguration = ..., options: RTCOfferOptions = new dom.RTCOfferOptions { }): ConnectorFactory

    Permalink
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  22. def unapply(webRTC: WebRTC): Boolean

    Permalink
  23. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from WebRTCUpdate

Inherited from AnyRef

Inherited from Any

Ungrouped