ack

open fun ack(token: Token): Call<Unit>

Acks the call.

See documentation.

Parameters

token

a valid token

Throws

if the token is invalid

if the node doesn't exist

if the conference doesn't exist


open fun ack(request: AckRequest, token: Token): Call<Unit>

Acks the call.

This is only used for direct media calls and should contain the local SDP.

See documentation.

Parameters

request

a request body

token

a valid token

Throws

if the token is invalid

if the node doesn't exist

if the conference doesn't exist