AmazonChimeSDK/AmazonChimeSDK/ingestion/IngestionEventConverter.swift (4 lines): - line 63: // TODO: Group by meeting ID won't work since attendees can rejoin with different attendeeIDs - line 70: // TODO: Using first event as sample for retrieveing metadata won't always work, since attendees can rejoin with different attendeeIDs - line 95: // TODO: Group by meeting ID won't work since attendees can rejoin with different attendeeID - line 119: // TODO: Using first event as sample for retrieveing metadata won't always work, since attendees can rejoin with different attendeeIDs AmazonChimeSDK/AmazonChimeSDK/internal/ingestion/database/DirtyEventSQLiteDao.swift (1 line): - line 32: // TODO: This will skip the item from processing by EventBuffer if decoding fails, should always return the event so that EventBuffer can delete it from database. AmazonChimeSDK/AmazonChimeSDK/internal/ingestion/database/SQLiteClient.swift (1 line): - line 77: // TODO: make it more robust AmazonChimeSDK/AmazonChimeSDK/internal/ingestion/database/EventSQLiteDao.swift (1 line): - line 29: // TODO: This will skip the item from processing by EventBuffer if decoding fails, should always return the event so that EventBuffer can delete it from database. AmazonChimeSDK/AmazonChimeSDK/internal/audio/DefaultAudioClientObserver.swift (1 line): - line 12: // TODO: Reduce this class size to comply with SwiftLint