We send the Amazon Chime SDK meeting events to the Amazon Chime backend to analyze meeting health trends or identify common failures. This helps to improve your meeting experience.
The Amazon Chime SDK for JavaScript will not send below sensitive attributes to the Amazon Chime backend.
Attribute
Description
externalMeetingId
The Amazon Chime SDK external meeting ID.
externalUserId
The Amazon Chime SDK external user ID that can indicate an identity managed by your application.
Opt out of Event Ingestion
Event ingestion is enabled for clients using AWS SDK v2.934.0 and above. To opt out of event ingestion, provide NoOpEventReporter to DefaultMeetingSession while creating the meeting session.
// You need responses from server-side Chime API. See below for details. constmeetingResponse = // The response from the CreateMeeting API action. constattendeeResponse = // The response from the CreateAttendee or BatchCreateAttendee API action. constconfiguration = newMeetingSessionConfiguration(meetingResponse, attendeeResponse);
// Use NoOpEventReporter to opt-out of event ingestion. consteventReporter = newNoOpEventReporter();
Event Ingestion
We send the Amazon Chime SDK meeting events to the Amazon Chime backend to analyze meeting health trends or identify common failures. This helps to improve your meeting experience.
Sensitive attributes
The Amazon Chime SDK for JavaScript will not send below sensitive attributes to the Amazon Chime backend.
externalMeetingIdexternalUserIdOpt out of Event Ingestion
Event ingestion is enabled for clients using AWS SDK v2.934.0 and above. To opt out of event ingestion, provide
NoOpEventReportertoDefaultMeetingSessionwhile creating the meeting session.Give feedback on this guide