|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SynchronousException in com.adobe.connectpro.telephony.adaptor |
---|
Methods in com.adobe.connectpro.telephony.adaptor that throw SynchronousException | |
---|---|
void |
TelephonyCallback.audioDownloadComplete(java.lang.String downloadId,
boolean success)
Informs Connect Pro that an audio file download is complete. |
void |
TelephonyCallback.audioRecordingFailed(java.lang.String conferenceId)
Informs Connect Pro that audio recording failed to start for a conference on Connect Pro request. |
void |
TelephonyCallback.audioRecordingStarted(java.lang.String conferenceId,
java.lang.String downloadUrl,
java.lang.String downloadHeader)
Informs Connect Pro that audio recording has been started for a conference either on Connect Pro request or by bridge itself on some other logic. |
void |
TelephonyCallback.audioRecordingStopped(java.lang.String conferenceId)
Informs Connect Pro that audio recording has been stopped for a conference either on Connect Pro request or by bridge itself on some other logic. |
void |
TelephonyCallback.conferenceEnded(java.lang.String conferenceId)
Informs Connect Pro that the audio conference has ended either on Connect Pro request or by bridge itself on some other logic. |
void |
TelephonyCallback.conferenceInfoUpdated(java.lang.String conferenceId,
ConferenceInfo conferenceInfo)
Informs Connect Pro that user options have changed for audio conference either on Connect Pro request or by bridge itself on some other logic, such as DTMF commands. |
void |
TelephonyCallback.conferenceReconnected(java.lang.String conferenceId,
ConferenceInfo conferenceInfo,
java.util.List<TelephonyUserInfo> userList)
Informs Connect Pro that it has reconnected to the audio conference as a result of Connect Pro request. |
void |
TelephonyCallback.conferenceStarted(java.lang.String conferenceId,
ConferenceInfo conferenceInfo,
java.util.List<TelephonyUserInfo> userList)
Informs Connect Pro that the audio conference has started as a result of Connect Pro request. |
void |
TelephonyCallback.dialOutFailed(java.lang.String conferenceId,
java.lang.String telephonyUserId,
FailureCode failureCode)
Informs Connect Pro that the Connect Pro request to dial out to a user has failed. |
java.lang.String |
TelephonyCallback.getCallBackServerHostName()
This method is not supported in Connect Pro 7.5 SP1. |
java.lang.String |
TelephonyCallback.getCallBackServerPort()
This method is not supported in Connect Pro 7.5 SP1. |
void |
TelephonyCallback.hangupFailed(java.lang.String conferenceId,
java.lang.String telephonyUserId,
FailureCode failureCode)
Informs Connect Pro that the Connect Pro request to disconnect the user has failed. |
boolean |
TelephonyCallback.isActiveConferenceSession(java.lang.String conferenceId)
Returns whether the given telephony conference session is active on Connect Pro for this adaptor instance. |
boolean |
TelephonyCallback.isConnectProUser(java.lang.String conferenceId,
java.lang.String telephonyUserId)
Returns whether the given phone user has a Connect Pro meeting user counterpart. |
boolean |
TelephonyCallback.isValidTelephonyToken(java.lang.String conferenceId,
java.lang.String telephonyToken)
Returns whether the given telephony token is one of valid tokens generated by Connect Pro for this conference session. |
void |
TelephonyCallback.movedToSubConferenceFailed(java.lang.String conferenceId,
java.lang.String telephonyUserId,
FailureCode failureCode)
Informs Connect Pro that the Connect Pro request to move a phone user to a subconference has failed. |
void |
TelephonyCallback.reconnectFailed(java.lang.String conferenceId,
FailureCode failureCode)
Informs Connect Pro that the Connect Pro request to reconnect the user to the conference has failed. |
void |
TelephonyCallback.sendCustomMessage(java.lang.String conferenceId,
java.lang.String[] telephonyUserIds,
TelephonyUserInfo.UserType[] userTypes,
java.lang.String messageId,
java.util.Map<java.lang.String,java.lang.String> messageParameters)
Sends a message from the telephony adaptor to Connect Pro. |
void |
TelephonyCallback.startConferenceFailed(java.lang.String conferenceId,
FailureCode failureCode)
Informs Connect Pro that the Connect Pro request to start the conference has failed. |
void |
TelephonyCallback.userInfoUpdated(java.lang.String conferenceId,
java.util.List<TelephonyUserInfo> userInfoList)
Informs Connect Pro tha a Connect Pro request or bridge logic (such as DTMF commands) has changed user options for multiple telephony users. |
void |
TelephonyCallback.userInfoUpdated(java.lang.String conferenceId,
TelephonyUserInfo userInfo)
Informs Connect Pro that a Connect Pro request or bridge logic (such as DTMF commands) has changed user options for a telephony user. |
void |
TelephonyCallback.userOffline(java.lang.String conferenceId,
java.lang.String telephonyUserId)
Informs Connect Pro that a a user has been disconnected, either by manually hanging up or in response to a Connect Pro request. |
void |
TelephonyCallback.userOnline(java.lang.String conferenceId,
TelephonyUserInfo userInfo)
Informs Connect Pro that a new phone user has joined the conference, either because the user has dialed-in or in response to a Connect Pro request to dial out to the user. |
void |
TelephonyCallback.userOnline(java.lang.String conferenceId,
TelephonyUserInfo userInfo,
java.lang.String principalId)
Overloaded method to userOnline. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |