join Meeting
Joins a Chime meeting and starts audio/video.
Parameters
Your app-defined meeting identifier.
Chime meeting ID returned by CreateMeeting.
Media server host for audio (UDP/SRTP).
WebSocket fallback when UDP is blocked.
TURN credential endpoint.
WebSocket signaling endpoint.
Client event ingestion endpoint.
Chime attendee ID returned by CreateAttendee.
Your app-defined user identifier.
Attendee join token returned by CreateAttendee.
Callbacks for attendee presence, mute, and volume events.
Invoked with the set of currently active speaker attendee IDs.
Initial camera facing direction. Defaults to CameraFacing.FRONT.
Invoked with the local video tile ID once the local tile is bound, or null if unavailable.
Invoked when the session connection status changes.
Invoked when remote video availability or source count changes.
Invoked when the ability to send local camera video changes.
Invoked on session errors; isRecoverable indicates whether the SDK will retry.
Invoked when the video session must be restarted by the caller.
Invoked when the local video tile is unbound.
Preferred audio input device type string. Pass null for the platform default.
Invoked with a tile ID when a remote video tile is added.
Invoked with a tile ID when a remote video tile is removed.
Whether to join with the microphone muted. Defaults to false.
Invoked with the local attendee ID once the session is established.