CallStep

interface CallStep

Represents the Call functions section.

Properties

Link copied to clipboard
open val callId: CallId

A call ID that this call step will use.

Link copied to clipboard

The participant step that produced this call step.

Functions

Link copied to clipboard
open fun ack(token: Token): Call<Unit>
open fun ack(request: AckRequest, token: Token): Call<Unit>

Acks the call.

Link copied to clipboard
open fun disconnect(token: Token): Call<Boolean>

Disconnects the call.

Link copied to clipboard
open fun dtmf(request: DtmfRequest, token: Token): Call<Boolean>

Sends DTMF digits to the participant (gateway call only).

Link copied to clipboard
open fun newCandidate(request: NewCandidateRequest, token: Token): Call<Unit>

Sends the new ICE candidate.

Link copied to clipboard
open fun update(request: UpdateRequest, token: Token): Call<UpdateResponse>

Sends a new SDP.