Package com.mypurecloud.sdk.v2.model
Class QueueConversationSocialExpressionEventTopicVideo
java.lang.Object
com.mypurecloud.sdk.v2.model.QueueConversationSocialExpressionEventTopicVideo
- All Implemented Interfaces:
Serializable
public class QueueConversationSocialExpressionEventTopicVideo
extends Object
implements Serializable
QueueConversationSocialExpressionEventTopicVideo
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumSystem defined string indicating what caused the communication to disconnect.static enumGets or Sets initialStatestatic enumGets or Sets state -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA communication's after-call work data.afterCallWorkRequired(Boolean afterCallWorkRequired) Indicates if after-call is required for a communication.audioMuted(Boolean audioMuted) Indicates whether this participant has muted their outgoing audio.connectedTime(Date connectedTime) The timestamp when this communication was connected in the cloud clock.The room id context (xmpp jid) for the conference session.disconnectedTime(Date disconnectedTime) The timestamp when this communication disconnected from the conversation in the provider clock.System defined string indicating what caused the communication to disconnect.booleangetId()getMsids()getSelf()getState()inthashCode()A globally unique identifier for this communication.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.queueMediaSettings(QueueConversationSocialExpressionEventTopicQueueMediaSettings queueMediaSettings) Represents the queue setting for this media.The UUID of the script to use.Address and name data for a call endpoint.voidvoidsetAfterCallWorkRequired(Boolean afterCallWorkRequired) voidsetAudioMuted(Boolean audioMuted) voidsetConnectedTime(Date connectedTime) voidsetContext(String context) voidsetDisconnectedTime(Date disconnectedTime) voidsetDisconnectType(QueueConversationSocialExpressionEventTopicVideo.DisconnectTypeEnum disconnectType) voidvoidvoidvoidsetPeerCount(Long peerCount) voidvoidsetProvider(String provider) voidsetQueueMediaSettings(QueueConversationSocialExpressionEventTopicQueueMediaSettings queueMediaSettings) voidsetScriptId(String scriptId) voidvoidsetSharingScreen(Boolean sharingScreen) voidvoidsetVideoMuted(Boolean videoMuted) voidsharingScreen(Boolean sharingScreen) Indicates whether this participant is sharing their screen to the session.toString()videoMuted(Boolean videoMuted) Indicates whether this participant has muted/paused their outgoing video.Call wrap up or disposition data.
-
Constructor Details
-
QueueConversationSocialExpressionEventTopicVideo
public QueueConversationSocialExpressionEventTopicVideo() -
QueueConversationSocialExpressionEventTopicVideo
-
-
Method Details
-
state
-
getState
-
setState
-
initialState
public QueueConversationSocialExpressionEventTopicVideo initialState(QueueConversationSocialExpressionEventTopicVideo.InitialStateEnum initialState) -
getInitialState
-
setInitialState
public void setInitialState(QueueConversationSocialExpressionEventTopicVideo.InitialStateEnum initialState) -
self
public QueueConversationSocialExpressionEventTopicVideo self(QueueConversationSocialExpressionEventTopicAddress self) Address and name data for a call endpoint. -
getSelf
-
setSelf
-
id
A globally unique identifier for this communication. -
getId
-
setId
-
context
The room id context (xmpp jid) for the conference session. -
getContext
-
setContext
-
audioMuted
Indicates whether this participant has muted their outgoing audio. -
getAudioMuted
-
setAudioMuted
-
videoMuted
Indicates whether this participant has muted/paused their outgoing video. -
getVideoMuted
-
setVideoMuted
-
sharingScreen
Indicates whether this participant is sharing their screen to the session. -
getSharingScreen
-
setSharingScreen
-
peerCount
The number of peer participants from the perspective of the participant in the conference. -
getPeerCount
-
setPeerCount
-
provider
The media provider controlling the video. -
getProvider
-
setProvider
-
scriptId
The UUID of the script to use. -
getScriptId
-
setScriptId
-
peerId
The id of the peer communication corresponding to a matching leg for this communication. -
getPeerId
-
setPeerId
-
disconnectType
public QueueConversationSocialExpressionEventTopicVideo disconnectType(QueueConversationSocialExpressionEventTopicVideo.DisconnectTypeEnum disconnectType) System defined string indicating what caused the communication to disconnect. Will be null until the communication disconnects. -
getDisconnectType
-
setDisconnectType
public void setDisconnectType(QueueConversationSocialExpressionEventTopicVideo.DisconnectTypeEnum disconnectType) -
connectedTime
The timestamp when this communication was connected in the cloud clock. -
getConnectedTime
-
setConnectedTime
-
disconnectedTime
The timestamp when this communication disconnected from the conversation in the provider clock. -
getDisconnectedTime
-
setDisconnectedTime
-
msids
List of media stream ids -
getMsids
-
setMsids
-
wrapup
public QueueConversationSocialExpressionEventTopicVideo wrapup(QueueConversationSocialExpressionEventTopicWrapup wrapup) Call wrap up or disposition data. -
getWrapup
-
setWrapup
-
afterCallWork
public QueueConversationSocialExpressionEventTopicVideo afterCallWork(QueueConversationSocialExpressionEventTopicAfterCallWork afterCallWork) A communication's after-call work data. -
getAfterCallWork
-
setAfterCallWork
public void setAfterCallWork(QueueConversationSocialExpressionEventTopicAfterCallWork afterCallWork) -
afterCallWorkRequired
public QueueConversationSocialExpressionEventTopicVideo afterCallWorkRequired(Boolean afterCallWorkRequired) Indicates if after-call is required for a communication. Only used when the ACW Setting is Agent Requested. -
getAfterCallWorkRequired
-
setAfterCallWorkRequired
-
queueMediaSettings
public QueueConversationSocialExpressionEventTopicVideo queueMediaSettings(QueueConversationSocialExpressionEventTopicQueueMediaSettings queueMediaSettings) Represents the queue setting for this media. -
getQueueMediaSettings
-
setQueueMediaSettings
public void setQueueMediaSettings(QueueConversationSocialExpressionEventTopicQueueMediaSettings queueMediaSettings) -
equals
-
hashCode
public int hashCode() -
toString
-