Skip to main content

Initialization and Login


Platform-Specific Issues

Android

iOS


Theming and Styling


Components


Calling


Extensions


Video thumbnails not rendering

With Flutter UI Kit 5.2.x, the message list resolves the Thumbnail Generation extension’s cometchat_sdk (the v4 Chat SDK) by default. On that version, the generated thumbnail URL is not passed correctly, so video thumbnails fail to load and fall back to a grey box with a play icon. Image thumbnails are unaffected because they fall back to the full image URL, which is why only videos appear broken. This is resolved in the v5 Chat SDK. Since the UI Kit still resolves the v4 SDK by default, pin the SDK version using dependency_overrides in your app’s pubspec.yaml:
Then reinstall dependencies and do a clean rebuild:
Use version 5.0.4 specifically. Avoid overriding to the latest v5 SDK, as newer releases include changes that can cause compile-time issues with UI Kit 5.2.x.

AI Features


Localization


Sound


Events


Build and Dependencies


Performance


Common Error Messages


Getting Help

If you’re still experiencing issues: