Uses of Class
com.mypurecloud.sdk.v2.model.VideoConferenceDetails
Packages that use VideoConferenceDetails
-
Uses of VideoConferenceDetails in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return VideoConferenceDetailsModifier and TypeMethodDescriptionConversationsApi.getConversationsVideoDetails(GetConversationsVideoDetailsRequest request) Get video conference details (e.g. the current number of active participants).ConversationsApi.getConversationsVideoDetails(String conferenceId) Get video conference details (e.g. the current number of active participants).ConversationsApi.postConversationsVideoAgentconferenceCommunication(PostConversationsVideoAgentconferenceCommunicationRequest request) Create an Agent-Type video conference and assign an agent to it postConversationsVideoAgentconferenceCommunication is a preview method and is subject to both breaking and non-breaking changes at any time without noticeConversationsApi.postConversationsVideoAgentconferenceCommunication(String conversationId, String communicationId) Create an Agent-Type video conference and assign an agent to it postConversationsVideoAgentconferenceCommunication is a preview method and is subject to both breaking and non-breaking changes at any time without noticeMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type VideoConferenceDetailsModifier and TypeMethodDescriptionConversationsApi.getConversationsVideoDetails(ApiRequest<Void> request) Get video conference details (e.g. the current number of active participants).ConversationsApiAsync.getConversationsVideoDetailsAsync(GetConversationsVideoDetailsRequest request, AsyncApiCallback<VideoConferenceDetails> callback) Get video conference details (e.g. the current number of active participants).ConversationsApiAsync.getConversationsVideoDetailsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<VideoConferenceDetails>> callback) Get video conference details (e.g. the current number of active participants).ConversationsApi.getConversationsVideoDetailsWithHttpInfo(String conferenceId) Get video conference details (e.g. the current number of active participants).ConversationsApi.postConversationsVideoAgentconferenceCommunication(ApiRequest<Void> request) Create an Agent-Type video conference and assign an agent to it postConversationsVideoAgentconferenceCommunication is a preview method and is subject to both breaking and non-breaking changes at any time without noticeConversationsApiAsync.postConversationsVideoAgentconferenceCommunicationAsync(PostConversationsVideoAgentconferenceCommunicationRequest request, AsyncApiCallback<VideoConferenceDetails> callback) Create an Agent-Type video conference and assign an agent to it postConversationsVideoAgentconferenceCommunication is a preview method and is subject to both breaking and non-breaking changes at any time without noticeConversationsApiAsync.postConversationsVideoAgentconferenceCommunicationAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<VideoConferenceDetails>> callback) Create an Agent-Type video conference and assign an agent to it postConversationsVideoAgentconferenceCommunication is a preview method and is subject to both breaking and non-breaking changes at any time without noticeConversationsApi.postConversationsVideoAgentconferenceCommunicationWithHttpInfo(String conversationId, String communicationId) Create an Agent-Type video conference and assign an agent to it postConversationsVideoAgentconferenceCommunication is a preview method and is subject to both breaking and non-breaking changes at any time without noticeMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type VideoConferenceDetailsModifier and TypeMethodDescriptionConversationsApiAsync.getConversationsVideoDetailsAsync(GetConversationsVideoDetailsRequest request, AsyncApiCallback<VideoConferenceDetails> callback) Get video conference details (e.g. the current number of active participants).ConversationsApiAsync.getConversationsVideoDetailsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<VideoConferenceDetails>> callback) Get video conference details (e.g. the current number of active participants).ConversationsApiAsync.postConversationsVideoAgentconferenceCommunicationAsync(PostConversationsVideoAgentconferenceCommunicationRequest request, AsyncApiCallback<VideoConferenceDetails> callback) Create an Agent-Type video conference and assign an agent to it postConversationsVideoAgentconferenceCommunication is a preview method and is subject to both breaking and non-breaking changes at any time without noticeConversationsApiAsync.postConversationsVideoAgentconferenceCommunicationAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<VideoConferenceDetails>> callback) Create an Agent-Type video conference and assign an agent to it postConversationsVideoAgentconferenceCommunication is a preview method and is subject to both breaking and non-breaking changes at any time without notice -
Uses of VideoConferenceDetails in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return VideoConferenceDetailsModifier and TypeMethodDescriptionVideoConferenceDetails.conferenceId(String conferenceId) The conferenceId.VideoConferenceDetails.conversationId(String conversationId) The conversationId of the video conference.VideoConferenceDetails.participantInfo(ParticipantInfo participantInfo) Information about the participants of the video conference.