amazon-chime-sdk / com.amazonaws.services.chime.sdk.meetings.session / DefaultMeetingSession / <init>
<init>
DefaultMeetingSession(configuration: MeetingSessionConfiguration, logger: Logger, context: Context, eglCoreFactory: EglCoreFactory = DefaultEglCoreFactory(), eventReporterFactory: EventReporterFactory = DefaultMeetingEventReporterFactory(
context,
IngestionConfiguration(
MeetingEventClientConfiguration(configuration.credentials.joinToken,
configuration.meetingId,
configuration.credentials.attendeeId),
configuration.urls.ingestionURL ?: "",
configuration.urls.ingestionURL.isNullOrEmpty()
),
logger
))