Uses of Class
com.mypurecloud.sdk.v2.model.QueueConversationVideoEventTopicScreenMonitoring
Packages that use QueueConversationVideoEventTopicScreenMonitoring
-
Uses of QueueConversationVideoEventTopicScreenMonitoring in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return QueueConversationVideoEventTopicScreenMonitoringModifier and TypeMethodDescriptionQueueConversationVideoEventTopicScreenMonitoring.connectedTime(Date connectedTime) The timestamp when this communication was connected in the cloud clock.Number of Screen Monitoring sessions the targetUserId is involved in.QueueConversationVideoEventTopicScreenMonitoring.disconnectedTime(Date disconnectedTime) The timestamp when this communication disconnected from the conversation in the provider clock.QueueConversationVideoEventTopicScreenMonitoring.disconnectType(QueueConversationVideoEventTopicScreenMonitoring.DisconnectTypeEnum disconnectType) System defined string indicating what caused the communication to disconnect.A globally unique identifier for this communication.QueueConversationVideoEventTopicScreenMonitoring.initialState(QueueConversationVideoEventTopicScreenMonitoring.InitialStateEnum initialState) QueueConversationVideoEventTopicScreenMonitoring.monitoringType(QueueConversationVideoEventTopicScreenMonitoring.MonitoringTypeEnum monitoringType) The screen monitoring type.The source provider.QueueConversationVideoEventTopicScreenMonitoring.screenMonitoringId(String screenMonitoringId) Screen Monitoring identifier unique to the sourceUserId-targetUserId pair.QueueConversationVideoEventTopicScreenMonitoring.state(QueueConversationVideoEventTopicScreenMonitoring.StateEnum state) QueueConversationVideoEventTopicScreenMonitoring.targetUserId(String targetUserId) The user ID for the participant who is being screen monitored.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type QueueConversationVideoEventTopicScreenMonitoringModifier and TypeMethodDescriptionQueueConversationVideoEventTopicParticipant.getScreenMonitorings()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type QueueConversationVideoEventTopicScreenMonitoringModifier and TypeMethodDescriptionQueueConversationVideoEventTopicParticipant.screenMonitorings(List<QueueConversationVideoEventTopicScreenMonitoring> screenMonitorings) voidQueueConversationVideoEventTopicParticipant.setScreenMonitorings(List<QueueConversationVideoEventTopicScreenMonitoring> screenMonitorings)