Package | Description |
---|---|
com.avaya.collaboration.call |
Provides classes and interfaces for dealing with call.
|
Modifier and Type | Field and Description |
---|---|
static ParticipantState |
ParticipantState.ALERTING
The participant is ringing (alerting).
|
static ParticipantState |
ParticipantState.CONNECTED
The participant is connected.
|
static ParticipantState |
ParticipantState.IDLE
The participant is not involved in a connection.
|
static ParticipantState |
ParticipantState.ORIGINATING
The participant is making a call.
|
Modifier and Type | Method and Description |
---|---|
ParticipantState |
Participant.getState()
Find the current state of the participant.
|
static ParticipantState |
ParticipantState.valueOf(String name) |
static ParticipantState[] |
ParticipantState.values() |
Copyright © 2023 Avaya. All rights reserved.