Uses of Class
com.mypurecloud.sdk.v2.model.Cobrowsesession
Packages that use Cobrowsesession
-
Uses of Cobrowsesession in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CobrowsesessionModifier and TypeMethodDescriptionCobrowsesession.afterCallWork(AfterCallWork afterCallWork) After-call work for the communication.Cobrowsesession.afterCallWorkRequired(Boolean afterCallWorkRequired) Indicates if after-call work is required for a communication.Cobrowsesession.cobrowseRole(String cobrowseRole) This value identifies the role of the co-browse client within the co-browse session (a client is a sharer or a viewer).Cobrowsesession.cobrowseSessionId(String cobrowseSessionId) The co-browse session ID.Cobrowsesession.connectedTime(Date connectedTime) The timestamp when this communication was connected in the cloud clock.Cobrowsesession.controlling(List<String> controlling) ID of co-browse participants for which this client has been granted control (list is empty if this client cannot control any shared pages).Cobrowsesession.disconnectedTime(Date disconnectedTime) The timestamp when this communication disconnected from the conversation in the provider clock.Cobrowsesession.disconnectType(Cobrowsesession.DisconnectTypeEnum disconnectType) System defined string indicating what caused the communication to disconnect.A globally unique identifier for this communication.Cobrowsesession.initialState(Cobrowsesession.InitialStateEnum initialState) The initial connection state of this communication.The id of the peer communication corresponding to a matching leg for this communication.The source provider for the co-browse session.Cobrowsesession.providerEventTime(Date providerEventTime) The time when the provider event which triggered this conversation update happened in the corrected provider clock (milliseconds since 1970-01-01 00:00:00 UTC).The time line of the participant's call, divided into activity segments.Address and name data for a call endpoint.Cobrowsesession.startAlertingTime(Date startAlertingTime) The timestamp the communication has when it is first put into an alerting state.Cobrowsesession.state(Cobrowsesession.StateEnum state) The connection state of this communication.The URL that can be used to open co-browse session in web browser.Call wrap up or disposition data.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type CobrowsesessionModifier and TypeMethodDescriptionParticipant.getCobrowsesessions()ParticipantBasic.getCobrowsesessions()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type CobrowsesessionModifier and TypeMethodDescriptionParticipant.cobrowsesessions(List<Cobrowsesession> cobrowsesessions) ParticipantBasic.cobrowsesessions(List<Cobrowsesession> cobrowsesessions) voidParticipant.setCobrowsesessions(List<Cobrowsesession> cobrowsesessions) voidParticipantBasic.setCobrowsesessions(List<Cobrowsesession> cobrowsesessions)