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 RequestDoCall(peer: ApiOutPeer, timeout: Int) extends WebrtcRpcRequest with ContainsHeader with Product with Serializable

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

    Permalink
  4. final case class RequestSendCallSignal(callId: Long, content: Array[Byte]) extends WebrtcRpcRequest with ContainsHeader with Product with Serializable

    Permalink
  5. trait RequestSubscribeToCalls extends WebrtcRpcRequest with ContainsHeader

    Permalink
  6. trait RequestUnsubscribeToCalls extends WebrtcRpcRequest with ContainsHeader

    Permalink
  7. final case class ResponseDoCall(callId: Long) extends RpcResponse with Product with Serializable

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

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

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

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

    Permalink
  12. sealed trait WebrtcRpcRequest extends RpcRequest

    Permalink
  13. trait WebrtcService extends Service

    Permalink

Value Members

  1. object RequestCallInProgress extends Serializable

    Permalink
  2. object RequestDoCall extends Serializable

    Permalink
  3. object RequestEndCall extends Serializable

    Permalink
  4. object RequestSendCallSignal extends Serializable

    Permalink
  5. object RequestSubscribeToCalls extends RequestSubscribeToCalls with Product with Serializable

    Permalink
  6. object RequestUnsubscribeToCalls extends RequestUnsubscribeToCalls with Product with Serializable

    Permalink
  7. object ResponseDoCall extends Serializable

    Permalink
  8. object UpdateCallEnded extends Serializable

    Permalink
  9. object UpdateCallInProgress extends Serializable

    Permalink
  10. object UpdateCallSignal extends Serializable

    Permalink
  11. object UpdateIncomingCall extends Serializable

    Permalink

Ungrouped