AddParticipantResult Class
- java.
lang. Object - com.
azure. communication. callautomation. models. AddParticipantResult
- com.
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 invitation |
| String |
getOperationContext()
Get the operation |
|
Call |
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:
getOperationContext
public String getOperationContext()
Get the operationContext property: The operation context provided by client.
Returns:
getParticipant
public CallParticipant getParticipant()
Get the participant property: The participant property.
Returns: