Uses of Class
com.mypurecloud.sdk.v2.model.ScreenMonitoring
Packages that use ScreenMonitoring
-
Uses of ScreenMonitoring in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ScreenMonitoringModifier and TypeMethodDescriptionScreenMonitoring.connectedTime(Date connectedTime) The timestamp when this communication was connected in the cloud clock.Number of Screen Monitoring sessions the targetUserId is involved in.ScreenMonitoring.disconnectedTime(Date disconnectedTime) The timestamp when this communication disconnected from the conversation in the provider clock.ScreenMonitoring.disconnectType(ScreenMonitoring.DisconnectTypeEnum disconnectType) System defined string indicating what caused the communication to disconnect.A globally unique identifier for this communication.ScreenMonitoring.initialState(ScreenMonitoring.InitialStateEnum initialState) The initial connection state of this communication.ScreenMonitoring.monitoringType(ScreenMonitoring.MonitoringTypeEnum monitoringType) The screen monitoring type.The source provider of Screen Monitoring media.ScreenMonitoring.screenMonitoring(AddressableEntityRef screenMonitoring) Screen Monitoring identifier unique to the sourceUserId-targetUserId pair.The time line of the participant's Screen Monitoring media, divided into activity segments.ScreenMonitoring.state(ScreenMonitoring.StateEnum state) The connection state of this communication.ScreenMonitoring.targetUser(AddressableEntityRef targetUser) The user participant who is being screen monitored.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ScreenMonitoringModifier and TypeMethodDescriptionParticipant.getScreenMonitorings()ParticipantBasic.getScreenMonitorings()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ScreenMonitoringModifier and TypeMethodDescriptionParticipant.screenMonitorings(List<ScreenMonitoring> screenMonitorings) ParticipantBasic.screenMonitorings(List<ScreenMonitoring> screenMonitorings) voidParticipant.setScreenMonitorings(List<ScreenMonitoring> screenMonitorings) voidParticipantBasic.setScreenMonitorings(List<ScreenMonitoring> screenMonitorings)