Freigeben über


AddParticipantResult Class

  • java.lang.Object
    • com.azure.communication.callautomation.models.AddParticipantResult

public final class AddParticipantResult

The AddParticipantResult model.

Constructor Summary

Constructor Description
AddParticipantResult()

Public constructor.

Method Summary

Modifier and Type Method and Description
String getInvitationId()

Get the invitationId property: The invitation ID used to send out add participant request.

String getOperationContext()

Get the operationContext property: The operation context provided by client.

CallParticipant getParticipant()

Get the participant property: The participant property.

Methods inherited from java.lang.Object

Constructor Details

AddParticipantResult

public AddParticipantResult()

Public constructor.

Method Details

getInvitationId

public String getInvitationId()

Get the invitationId property: The invitation ID used to send out add participant request.

Returns:

the invitationId value.

getOperationContext

public String getOperationContext()

Get the operationContext property: The operation context provided by client.

Returns:

the operationContext value.

getParticipant

public CallParticipant getParticipant()

Get the participant property: The participant property.

Returns:

the participant value.

Applies to