Uses of Class
com.mypurecloud.sdk.v2.model.QueueConversationVideoEventTopicVideo
Packages that use QueueConversationVideoEventTopicVideo
-
Uses of QueueConversationVideoEventTopicVideo in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return QueueConversationVideoEventTopicVideoModifier and TypeMethodDescriptionQueueConversationVideoEventTopicVideo.afterCallWork(QueueConversationVideoEventTopicAfterCallWork afterCallWork) A communication's after-call work data.QueueConversationVideoEventTopicVideo.afterCallWorkRequired(Boolean afterCallWorkRequired) Indicates if after-call is required for a communication.QueueConversationVideoEventTopicVideo.audioMuted(Boolean audioMuted) Indicates whether this participant has muted their outgoing audio.QueueConversationVideoEventTopicVideo.connectedTime(Date connectedTime) The timestamp when this communication was connected in the cloud clock.The room id context (xmpp jid) for the conference session.QueueConversationVideoEventTopicVideo.disconnectedTime(Date disconnectedTime) The timestamp when this communication disconnected from the conversation in the provider clock.QueueConversationVideoEventTopicVideo.disconnectType(QueueConversationVideoEventTopicVideo.DisconnectTypeEnum disconnectType) System defined string indicating what caused the communication to disconnect.A globally unique identifier for this communication.QueueConversationVideoEventTopicVideo.initialState(QueueConversationVideoEventTopicVideo.InitialStateEnum initialState) List of media stream idsThe number of peer participants from the perspective of the participant in the conference.The id of the peer communication corresponding to a matching leg for this communication.The media provider controlling the video.QueueConversationVideoEventTopicVideo.queueMediaSettings(QueueConversationVideoEventTopicQueueMediaSettings queueMediaSettings) Represents the queue setting for this media.The UUID of the script to use.QueueConversationVideoEventTopicVideo.self(QueueConversationVideoEventTopicAddress self) Address and name data for a call endpoint.QueueConversationVideoEventTopicVideo.sharingScreen(Boolean sharingScreen) Indicates whether this participant is sharing their screen to the session.QueueConversationVideoEventTopicVideo.state(QueueConversationVideoEventTopicVideo.StateEnum state) QueueConversationVideoEventTopicVideo.videoMuted(Boolean videoMuted) Indicates whether this participant has muted/paused their outgoing video.QueueConversationVideoEventTopicVideo.wrapup(QueueConversationVideoEventTopicWrapup wrapup) Call wrap up or disposition data.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type QueueConversationVideoEventTopicVideoMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type QueueConversationVideoEventTopicVideoModifier and TypeMethodDescriptionvoidQueueConversationVideoEventTopicParticipant.setVideos(List<QueueConversationVideoEventTopicVideo> videos) QueueConversationVideoEventTopicParticipant.videos(List<QueueConversationVideoEventTopicVideo> videos)