Package

im.actor.api.rpc

webrtc

Permalink

package webrtc

Visibility
  1. Public
  2. All

Type Members

  1. final case class RequestCallInProgress(callId: Long, timeout: Int) extends WebrtcRpcRequest with ContainsHeader with Product with Serializable

    Permalink
  2. final case class RequestEndCall(callId: Long) extends WebrtcRpcRequest with ContainsHeader with Product with Serializable

    Permalink
  3. trait RequestSubscribeToCalls extends WebrtcRpcRequest with ContainsHeader

    Permalink
  4. trait RequestUnsubscribeToCalls extends WebrtcRpcRequest with ContainsHeader

    Permalink
  5. final case class UpdateCallEnded(callId: Long) extends Update with Product with Serializable

    Permalink
  6. final case class UpdateCallInProgress(callId: Long, timeout: Int) extends Update with Product with Serializable

    Permalink
  7. final case class UpdateCallSignal(callId: Long, package: Array[Byte]) extends Update with Product with Serializable

    Permalink
  8. final case class UpdateIncomingCall(callId: Long, userId: Int) extends Update with Product with Serializable

    Permalink
  9. sealed trait WebrtcRpcRequest extends RpcRequest

    Permalink
  10. trait WebrtcService extends Service

    Permalink

Value Members

  1. object RequestCallInProgress extends Serializable

    Permalink
  2. object RequestEndCall extends Serializable

    Permalink
  3. object RequestSubscribeToCalls extends RequestSubscribeToCalls with Product with Serializable

    Permalink
  4. object RequestUnsubscribeToCalls extends RequestUnsubscribeToCalls with Product with Serializable

    Permalink
  5. object UpdateCallEnded extends Serializable

    Permalink
  6. object UpdateCallInProgress extends Serializable

    Permalink
  7. object UpdateCallSignal extends Serializable

    Permalink
  8. object UpdateIncomingCall extends Serializable

    Permalink

Ungrouped