Uses of Class
com.mypurecloud.sdk.v2.model.QueueConversationSocialExpressionEventTopicVideo
Packages that use QueueConversationSocialExpressionEventTopicVideo
-
Uses of QueueConversationSocialExpressionEventTopicVideo in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return QueueConversationSocialExpressionEventTopicVideoModifier and TypeMethodDescriptionQueueConversationSocialExpressionEventTopicVideo.afterCallWork(QueueConversationSocialExpressionEventTopicAfterCallWork afterCallWork) A communication's after-call work data.QueueConversationSocialExpressionEventTopicVideo.afterCallWorkRequired(Boolean afterCallWorkRequired) Indicates if after-call is required for a communication.QueueConversationSocialExpressionEventTopicVideo.audioMuted(Boolean audioMuted) Indicates whether this participant has muted their outgoing audio.QueueConversationSocialExpressionEventTopicVideo.connectedTime(Date connectedTime) The timestamp when this communication was connected in the cloud clock.The room id context (xmpp jid) for the conference session.QueueConversationSocialExpressionEventTopicVideo.disconnectedTime(Date disconnectedTime) The timestamp when this communication disconnected from the conversation in the provider clock.QueueConversationSocialExpressionEventTopicVideo.disconnectType(QueueConversationSocialExpressionEventTopicVideo.DisconnectTypeEnum disconnectType) System defined string indicating what caused the communication to disconnect.A globally unique identifier for this communication.QueueConversationSocialExpressionEventTopicVideo.initialState(QueueConversationSocialExpressionEventTopicVideo.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.QueueConversationSocialExpressionEventTopicVideo.queueMediaSettings(QueueConversationSocialExpressionEventTopicQueueMediaSettings queueMediaSettings) Represents the queue setting for this media.The UUID of the script to use.QueueConversationSocialExpressionEventTopicVideo.self(QueueConversationSocialExpressionEventTopicAddress self) Address and name data for a call endpoint.QueueConversationSocialExpressionEventTopicVideo.sharingScreen(Boolean sharingScreen) Indicates whether this participant is sharing their screen to the session.QueueConversationSocialExpressionEventTopicVideo.state(QueueConversationSocialExpressionEventTopicVideo.StateEnum state) QueueConversationSocialExpressionEventTopicVideo.videoMuted(Boolean videoMuted) Indicates whether this participant has muted/paused their outgoing video.QueueConversationSocialExpressionEventTopicVideo.wrapup(QueueConversationSocialExpressionEventTopicWrapup wrapup) Call wrap up or disposition data.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type QueueConversationSocialExpressionEventTopicVideoModifier and TypeMethodDescriptionQueueConversationSocialExpressionEventTopicParticipant.getVideos()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type QueueConversationSocialExpressionEventTopicVideoModifier and TypeMethodDescriptionvoidQueueConversationSocialExpressionEventTopicParticipant.setVideos(List<QueueConversationSocialExpressionEventTopicVideo> videos) QueueConversationSocialExpressionEventTopicParticipant.videos(List<QueueConversationSocialExpressionEventTopicVideo> videos)