Markdown
Version Drift
Flutter wrapper, native SDKs, and docs can drift independently.
Upgrade checklist
- Compare wrapper version metadata and changelog with actual package content.
- Re-validate API enum names and helper method signatures.
- Re-test lifecycle: init -> join -> media -> leave -> cleanup.
- Re-check event constants and error handling mappings.
- Re-run smoke tests for chat/share/recording/transcription if used.