Uses of Class
com.mypurecloud.sdk.v2.model.Screenshare
Packages that use Screenshare
-
Uses of Screenshare in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ScreenshareModifier and TypeMethodDescriptionScreenshare.afterCallWork(AfterCallWork afterCallWork) After-call work for the communication.Screenshare.afterCallWorkRequired(Boolean afterCallWorkRequired) Indicates if after-call work is required for a communication.Screenshare.connectedTime(Date connectedTime) The timestamp when this communication was connected in the cloud clock.The room id context (xmpp jid) for the conference session.Screenshare.disconnectedTime(Date disconnectedTime) The timestamp when this communication disconnected from the conversation in the provider clock.Screenshare.disconnectType(Screenshare.DisconnectTypeEnum disconnectType) System defined string indicating what caused the communication to disconnect.A globally unique identifier for this communication.Screenshare.initialState(Screenshare.InitialStateEnum initialState) The initial connection state of this communication.The 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 source provider for the screen share.The time line of the participant's call, divided into activity segments.Indicates whether this participant is sharing their screen.Screenshare.startAlertingTime(Date startAlertingTime) The timestamp the communication has when it is first put into an alerting state.Screenshare.state(Screenshare.StateEnum state) The connection state of this communication.Call wrap up or disposition data.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ScreenshareModifier and TypeMethodDescriptionParticipant.getScreenshares()ParticipantBasic.getScreenshares()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ScreenshareModifier and TypeMethodDescriptionParticipant.screenshares(List<Screenshare> screenshares) ParticipantBasic.screenshares(List<Screenshare> screenshares) voidParticipant.setScreenshares(List<Screenshare> screenshares) voidParticipantBasic.setScreenshares(List<Screenshare> screenshares)