DefaultMeetingSession

constructor(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 ))