@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonChimeSDKMeetingsAsyncClient extends AmazonChimeSDKMeetingsClient implements AmazonChimeSDKMeetingsAsync
AsyncHandler can be used to receive
notification when an asynchronous operation completes.
The Amazon Chime SDK meetings APIs in this section allow software developers to create Amazon Chime SDK meetings, set the AWS Regions for meetings, create and manage users, and send and receive meeting notifications. For more information about the meeting APIs, see Amazon Chime SDK meetings.
configFactoryclient, clientConfiguration, endpoint, isEndpointOverridden, LOGGING_AWS_REQUEST_METRIC, requestHandler2s, timeOffsetENDPOINT_PREFIXbatchCreateAttendee, batchUpdateAttendeeCapabilitiesExcept, builder, createAttendee, createMeeting, createMeetingWithAttendees, deleteAttendee, deleteMeeting, getAttendee, getCachedResponseMetadata, getMeeting, listAttendees, startMeetingTranscription, stopMeetingTranscription, updateAttendeeCapabilitiesaddRequestHandler, addRequestHandler, beforeClientExecution, beforeMarshalling, calculateCRC32FromCompressedData, checkMutability, configureRegion, createExecutionContext, createExecutionContext, createExecutionContext, createSignerProvider, endClientExecution, endClientExecution, getClientConfiguration, getClientId, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceAbbreviation, getServiceName, getServiceNameIntern, getSigner, getSignerByURI, getSignerOverride, getSignerProvider, getSignerRegionOverride, getSigningRegion, getTimeOffset, isCsmEnabled, isEndpointOverridden, isProfilingEnabled, isRequestMetricsEnabled, makeImmutable, removeRequestHandler, removeRequestHandler, requestMetricCollector, setEndpoint, setEndpoint, setEndpointPrefix, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, shouldGenerateClientSideMonitoringEvents, useStrictHostNameVerification, withEndpoint, withRegion, withRegion, withTimeOffsetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbatchCreateAttendee, batchUpdateAttendeeCapabilitiesExcept, createAttendee, createMeeting, createMeetingWithAttendees, deleteAttendee, deleteMeeting, getAttendee, getCachedResponseMetadata, getMeeting, listAttendees, startMeetingTranscription, stopMeetingTranscription, updateAttendeeCapabilitiespublic static AmazonChimeSDKMeetingsAsyncClientBuilder asyncBuilder()
public ExecutorService getExecutorService()
public Future<BatchCreateAttendeeResult> batchCreateAttendeeAsync(BatchCreateAttendeeRequest request)
AmazonChimeSDKMeetingsAsyncCreates up to 100 attendees for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
batchCreateAttendeeAsync in interface AmazonChimeSDKMeetingsAsyncpublic Future<BatchCreateAttendeeResult> batchCreateAttendeeAsync(BatchCreateAttendeeRequest request, AsyncHandler<BatchCreateAttendeeRequest,BatchCreateAttendeeResult> asyncHandler)
AmazonChimeSDKMeetingsAsyncCreates up to 100 attendees for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
batchCreateAttendeeAsync in interface AmazonChimeSDKMeetingsAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<BatchUpdateAttendeeCapabilitiesExceptResult> batchUpdateAttendeeCapabilitiesExceptAsync(BatchUpdateAttendeeCapabilitiesExceptRequest request)
AmazonChimeSDKMeetingsAsync
Updates AttendeeCapabilities except the capabilities listed in an ExcludedAttendeeIds
table.
You use the capabilities with a set of values that control what the capabilities can do, such as
SendReceive data. For more information about those values, see .
When using capabilities, be aware of these corner cases:
You can't set content capabilities to SendReceive or Receive unless you
also set video capabilities to SendReceive or Receive. If you don't set
the video capability to receive, the response will contain an HTTP 400 Bad Request status code.
However, you can set your video capability to receive and you set your content
capability to not receive.
When you change an audio capability from None or Receive to
Send or SendReceive , and if the attendee left their microphone unmuted, audio will
flow from the attendee to the other meeting participants.
When you change a video or content capability from None or
Receive to Send or SendReceive , and if the attendee turned on their video
or content streams, remote attendess can receive those streams, but only after media renegotiation between the
client and the Amazon Chime back-end server.
batchUpdateAttendeeCapabilitiesExceptAsync in interface AmazonChimeSDKMeetingsAsyncpublic Future<BatchUpdateAttendeeCapabilitiesExceptResult> batchUpdateAttendeeCapabilitiesExceptAsync(BatchUpdateAttendeeCapabilitiesExceptRequest request, AsyncHandler<BatchUpdateAttendeeCapabilitiesExceptRequest,BatchUpdateAttendeeCapabilitiesExceptResult> asyncHandler)
AmazonChimeSDKMeetingsAsync
Updates AttendeeCapabilities except the capabilities listed in an ExcludedAttendeeIds
table.
You use the capabilities with a set of values that control what the capabilities can do, such as
SendReceive data. For more information about those values, see .
When using capabilities, be aware of these corner cases:
You can't set content capabilities to SendReceive or Receive unless you
also set video capabilities to SendReceive or Receive. If you don't set
the video capability to receive, the response will contain an HTTP 400 Bad Request status code.
However, you can set your video capability to receive and you set your content
capability to not receive.
When you change an audio capability from None or Receive to
Send or SendReceive , and if the attendee left their microphone unmuted, audio will
flow from the attendee to the other meeting participants.
When you change a video or content capability from None or
Receive to Send or SendReceive , and if the attendee turned on their video
or content streams, remote attendess can receive those streams, but only after media renegotiation between the
client and the Amazon Chime back-end server.
batchUpdateAttendeeCapabilitiesExceptAsync in interface AmazonChimeSDKMeetingsAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateAttendeeResult> createAttendeeAsync(CreateAttendeeRequest request)
AmazonChimeSDKMeetingsAsyncCreates a new attendee for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
createAttendeeAsync in interface AmazonChimeSDKMeetingsAsyncpublic Future<CreateAttendeeResult> createAttendeeAsync(CreateAttendeeRequest request, AsyncHandler<CreateAttendeeRequest,CreateAttendeeResult> asyncHandler)
AmazonChimeSDKMeetingsAsyncCreates a new attendee for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
createAttendeeAsync in interface AmazonChimeSDKMeetingsAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateMeetingResult> createMeetingAsync(CreateMeetingRequest request)
AmazonChimeSDKMeetingsAsyncCreates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees. For more information about specifying media Regions, see Amazon Chime SDK Media Regions in the Amazon Chime Developer Guide. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
createMeetingAsync in interface AmazonChimeSDKMeetingsAsyncpublic Future<CreateMeetingResult> createMeetingAsync(CreateMeetingRequest request, AsyncHandler<CreateMeetingRequest,CreateMeetingResult> asyncHandler)
AmazonChimeSDKMeetingsAsyncCreates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees. For more information about specifying media Regions, see Amazon Chime SDK Media Regions in the Amazon Chime Developer Guide. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
createMeetingAsync in interface AmazonChimeSDKMeetingsAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateMeetingWithAttendeesResult> createMeetingWithAttendeesAsync(CreateMeetingWithAttendeesRequest request)
AmazonChimeSDKMeetingsAsyncCreates a new Amazon Chime SDK meeting in the specified media Region, with attendees. For more information about specifying media Regions, see Amazon Chime SDK Media Regions in the Amazon Chime Developer Guide. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
createMeetingWithAttendeesAsync in interface AmazonChimeSDKMeetingsAsyncpublic Future<CreateMeetingWithAttendeesResult> createMeetingWithAttendeesAsync(CreateMeetingWithAttendeesRequest request, AsyncHandler<CreateMeetingWithAttendeesRequest,CreateMeetingWithAttendeesResult> asyncHandler)
AmazonChimeSDKMeetingsAsyncCreates a new Amazon Chime SDK meeting in the specified media Region, with attendees. For more information about specifying media Regions, see Amazon Chime SDK Media Regions in the Amazon Chime Developer Guide. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
createMeetingWithAttendeesAsync in interface AmazonChimeSDKMeetingsAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteAttendeeResult> deleteAttendeeAsync(DeleteAttendeeRequest request)
AmazonChimeSDKMeetingsAsync
Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their JoinToken.
Attendees are automatically deleted when a Amazon Chime SDK meeting is deleted. For more information about the
Amazon Chime SDK, see Using the Amazon
Chime SDK in the Amazon Chime Developer Guide.
deleteAttendeeAsync in interface AmazonChimeSDKMeetingsAsyncpublic Future<DeleteAttendeeResult> deleteAttendeeAsync(DeleteAttendeeRequest request, AsyncHandler<DeleteAttendeeRequest,DeleteAttendeeResult> asyncHandler)
AmazonChimeSDKMeetingsAsync
Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their JoinToken.
Attendees are automatically deleted when a Amazon Chime SDK meeting is deleted. For more information about the
Amazon Chime SDK, see Using the Amazon
Chime SDK in the Amazon Chime Developer Guide.
deleteAttendeeAsync in interface AmazonChimeSDKMeetingsAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteMeetingResult> deleteMeetingAsync(DeleteMeetingRequest request)
AmazonChimeSDKMeetingsAsyncDeletes the specified Amazon Chime SDK meeting. The operation deletes all attendees, disconnects all clients, and prevents new clients from joining the meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
deleteMeetingAsync in interface AmazonChimeSDKMeetingsAsyncpublic Future<DeleteMeetingResult> deleteMeetingAsync(DeleteMeetingRequest request, AsyncHandler<DeleteMeetingRequest,DeleteMeetingResult> asyncHandler)
AmazonChimeSDKMeetingsAsyncDeletes the specified Amazon Chime SDK meeting. The operation deletes all attendees, disconnects all clients, and prevents new clients from joining the meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
deleteMeetingAsync in interface AmazonChimeSDKMeetingsAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetAttendeeResult> getAttendeeAsync(GetAttendeeRequest request)
AmazonChimeSDKMeetingsAsyncGets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
getAttendeeAsync in interface AmazonChimeSDKMeetingsAsyncpublic Future<GetAttendeeResult> getAttendeeAsync(GetAttendeeRequest request, AsyncHandler<GetAttendeeRequest,GetAttendeeResult> asyncHandler)
AmazonChimeSDKMeetingsAsyncGets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
getAttendeeAsync in interface AmazonChimeSDKMeetingsAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetMeetingResult> getMeetingAsync(GetMeetingRequest request)
AmazonChimeSDKMeetingsAsyncGets the Amazon Chime SDK meeting details for the specified meeting ID. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
getMeetingAsync in interface AmazonChimeSDKMeetingsAsyncpublic Future<GetMeetingResult> getMeetingAsync(GetMeetingRequest request, AsyncHandler<GetMeetingRequest,GetMeetingResult> asyncHandler)
AmazonChimeSDKMeetingsAsyncGets the Amazon Chime SDK meeting details for the specified meeting ID. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
getMeetingAsync in interface AmazonChimeSDKMeetingsAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListAttendeesResult> listAttendeesAsync(ListAttendeesRequest request)
AmazonChimeSDKMeetingsAsyncLists the attendees for the specified Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
listAttendeesAsync in interface AmazonChimeSDKMeetingsAsyncpublic Future<ListAttendeesResult> listAttendeesAsync(ListAttendeesRequest request, AsyncHandler<ListAttendeesRequest,ListAttendeesResult> asyncHandler)
AmazonChimeSDKMeetingsAsyncLists the attendees for the specified Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
listAttendeesAsync in interface AmazonChimeSDKMeetingsAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartMeetingTranscriptionResult> startMeetingTranscriptionAsync(StartMeetingTranscriptionRequest request)
AmazonChimeSDKMeetingsAsync
Starts transcription for the specified meetingId.
startMeetingTranscriptionAsync in interface AmazonChimeSDKMeetingsAsyncpublic Future<StartMeetingTranscriptionResult> startMeetingTranscriptionAsync(StartMeetingTranscriptionRequest request, AsyncHandler<StartMeetingTranscriptionRequest,StartMeetingTranscriptionResult> asyncHandler)
AmazonChimeSDKMeetingsAsync
Starts transcription for the specified meetingId.
startMeetingTranscriptionAsync in interface AmazonChimeSDKMeetingsAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StopMeetingTranscriptionResult> stopMeetingTranscriptionAsync(StopMeetingTranscriptionRequest request)
AmazonChimeSDKMeetingsAsync
Stops transcription for the specified meetingId.
stopMeetingTranscriptionAsync in interface AmazonChimeSDKMeetingsAsyncpublic Future<StopMeetingTranscriptionResult> stopMeetingTranscriptionAsync(StopMeetingTranscriptionRequest request, AsyncHandler<StopMeetingTranscriptionRequest,StopMeetingTranscriptionResult> asyncHandler)
AmazonChimeSDKMeetingsAsync
Stops transcription for the specified meetingId.
stopMeetingTranscriptionAsync in interface AmazonChimeSDKMeetingsAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateAttendeeCapabilitiesResult> updateAttendeeCapabilitiesAsync(UpdateAttendeeCapabilitiesRequest request)
AmazonChimeSDKMeetingsAsyncThe capabilties that you want to update.
You use the capabilities with a set of values that control what the capabilities can do, such as
SendReceive data. For more information about those values, see .
When using capabilities, be aware of these corner cases:
You can't set content capabilities to SendReceive or Receive unless you
also set video capabilities to SendReceive or Receive. If you don't set
the video capability to receive, the response will contain an HTTP 400 Bad Request status code.
However, you can set your video capability to receive and you set your content
capability to not receive.
When you change an audio capability from None or Receive to
Send or SendReceive , and if the attendee left their microphone unmuted, audio will
flow from the attendee to the other meeting participants.
When you change a video or content capability from None or
Receive to Send or SendReceive , and if the attendee turned on their video
or content streams, remote attendess can receive those streams, but only after media renegotiation between the
client and the Amazon Chime back-end server.
updateAttendeeCapabilitiesAsync in interface AmazonChimeSDKMeetingsAsyncpublic Future<UpdateAttendeeCapabilitiesResult> updateAttendeeCapabilitiesAsync(UpdateAttendeeCapabilitiesRequest request, AsyncHandler<UpdateAttendeeCapabilitiesRequest,UpdateAttendeeCapabilitiesResult> asyncHandler)
AmazonChimeSDKMeetingsAsyncThe capabilties that you want to update.
You use the capabilities with a set of values that control what the capabilities can do, such as
SendReceive data. For more information about those values, see .
When using capabilities, be aware of these corner cases:
You can't set content capabilities to SendReceive or Receive unless you
also set video capabilities to SendReceive or Receive. If you don't set
the video capability to receive, the response will contain an HTTP 400 Bad Request status code.
However, you can set your video capability to receive and you set your content
capability to not receive.
When you change an audio capability from None or Receive to
Send or SendReceive , and if the attendee left their microphone unmuted, audio will
flow from the attendee to the other meeting participants.
When you change a video or content capability from None or
Receive to Send or SendReceive , and if the attendee turned on their video
or content streams, remote attendess can receive those streams, but only after media renegotiation between the
client and the Amazon Chime back-end server.
updateAttendeeCapabilitiesAsync in interface AmazonChimeSDKMeetingsAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public void shutdown()
getExecutorService().shutdown() followed by getExecutorService().awaitTermination() prior to
calling this method.shutdown in interface AmazonChimeSDKMeetingsshutdown in class AmazonChimeSDKMeetingsClientCopyright © 2022. All rights reserved.