Uses of Class
com.mypurecloud.sdk.v2.model.AudioUpdatedEvent
Packages that use AudioUpdatedEvent
-
Uses of AudioUpdatedEvent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AudioUpdatedEventModifier and TypeMethodDescriptionAudioUpdatedEvent.audioState(AudioState audioState) The updated audioState for the target communication.AudioUpdatedEvent.communicationId(String communicationId) A unique Id (V4 UUID) identifying this communicationAudioUpdatedEvent.conversationId(String conversationId) A unique Id (V4 UUID) identifying this conversationAudioUpdatedEvent.eventDateTime(Date eventDateTime) A Date Time representing the time this event occurred.A unique (V4 UUID) eventId for this eventMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type AudioUpdatedEventMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type AudioUpdatedEventModifier and TypeMethodDescriptionBatchConversationEventRequest.audioUpdatedEvents(List<AudioUpdatedEvent> audioUpdatedEvents) Voice - AudioUpdated events for this batchvoidBatchConversationEventRequest.setAudioUpdatedEvents(List<AudioUpdatedEvent> audioUpdatedEvents)