AnswerCallResult Class

Definition

The result from creating a call.

public class AnswerCallResult
type AnswerCallResult = class
Public Class AnswerCallResult
Inheritance
AnswerCallResult

Properties

CallConnection

CallConnection instance.

CallConnectionProperties

Properties of the call.

Methods

WaitForEventProcessor(CancellationToken)

This is blocking call. Wait for AnswerCallEventResult using CallAutomationEventProcessor.

WaitForEventProcessorAsync(CancellationToken)

Wait for AnswerCallEventResult using CallAutomationEventProcessor.

Applies to