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