acceptCall

@POST(value = "/video/call/{type}/{id}/accept")
abstract suspend fun acceptCall(@Path(value = "type") type: String, @Path(value = "id") id: String): AcceptCallResponse

Accept Call Sends events: - call.accepted Required permissions: - JoinCall Responses:

  • 201: Successful response

  • 400: Bad request

  • 429: Too many requests

Return

AcceptCallResponse

Parameters

type
id