Interface OptionalCallParticipationChange
- All Known Subinterfaces:
CallActivityDequeued
,CallActivityDisconnected
,CallActivityEstablished
,CallActivityReceived
,CallActivityRedirected
,OutgoingCallEstablishedEvent
,OutgoingCallRedirectedEvent
,OutgoingCallTransferredEvent
,QueuedCallDequeuedEvent
,QueuedCallDisconnectedEvent
,QueuedCallEstablishedEvent
,QueuedCallReceivedEvent
,QueuedCallRedirectedEvent
,QueuedCallTransferredEvent
public interface OptionalCallParticipationChange
An
OptionalCallParticipationChange
indicates an
optional change of any of the participants during a call.- Since:
- 13.4
-
Method Summary
Modifier and TypeMethodDescriptionThe call participation id is an optionally external id identifying the participation change of a call.
-
Method Details
-
getCallParticipationId
The call participation id is an optionally external id identifying the participation change of a call. During a call there may be various participation changes. The call participation id is stored by the correspondingCallActivity
and can be used to associate aCallActivity
with other call related resources like call recordings or audio transcript data. Therefore the call participation id must be unique for the call.- Returns:
- the optional call participation id
- Since:
- 13.4
-