daakia_vc_flutter_sdk 4.5.1 copy "daakia_vc_flutter_sdk: ^4.5.1" to clipboard
daakia_vc_flutter_sdk: ^4.5.1 copied to clipboard

A ready-to-use Flutter SDK for seamless audio/video calls, group meetings, and scalable conferencing solutions.

CHANGELOG #

4.5.1 – (2026-06) #

πŸš€ New Features #

  • Notification Permission Dialog (Android) β€” Customizable dialog enforcing notification permission before starting screen sharing.

🧩 Improvements #

  • Debounced participant list sorting to reduce main-thread churn.

🐞 Bug Fixes #

  • Fixed concurrent screen-share actions causing ANRs.
  • Fixed ANRs during app resume by refactoring restartIfActive.
  • Fixed cleanup and navigation on all room disconnect events.
  • Added missing microphone/camera foreground service types to DaakiaMeetingService.
  • Fixed screen-share service availability handling on Android 14+.

4.5.0 – (2026-06) #

Major release. Requires Flutter 3.22+ (Dart SDK ^3.8.0). After upgrading, run flutter clean && flutter pub get to avoid conflicts from major dependency updates.

πŸš€ New Features #

  • Screen-Share Annotation β€” Draw and annotate over shared screens in real time. Includes host controls to allow/deny annotation, annotation toolbar, and permission dialog.
  • Audio Output Device Selection β€” Users can switch audio output devices (earpiece, speaker, Bluetooth) via a bottom sheet. Improved iOS audio routing and default speakerphone handling.
  • Save Chat Attachments to Downloads β€” Participants can save received files to the device Downloads folder on both Android and iOS.
  • Camera in Chat Attachment Picker β€” Added camera option alongside file picker in the chat attachment sheet.
  • Hide Participant List in Webinars β€” New hideParticipantDrawer host control to show/hide the participant panel in webinar mode.
  • Pinch-to-Zoom for Active Speaker β€” Pinch-to-zoom and reset button on the active speaker video tile.
  • Workshop Mode in Webinar Controls β€” Workshop mode is now supported alongside webinar mode in participant controls.
  • Quick Actions Menu for Participants β€” Tap a participant tile to get a quick-actions bottom sheet for faster host controls.
  • iOS Audio Interruption Handling β€” Meetings gracefully handle incoming phone calls and audio session interruptions on iOS.
  • Custom Base URL + SDK Initialization β€” Support for custom API URL configuration and explicit SDK initialization.
  • Participant Platform Metadata β€” Client platform (iOS/Android/etc.) is now sent as part of join metadata.

🧩 Improvements #

  • Unified getHostControls API endpoint; deprecated individual per-control endpoints.
  • Replaced ScaffoldMessenger with a custom RoomNotification overlay for in-room toasts.
  • Participant list header now shows total participant count.
  • Staggered non-critical permission requests on room init for faster join.
  • Moved local screen-share overlay from room level into the participant widget.
  • Co-hosts can now configure auto-recording.

🐞 Bug Fixes #

  • Fixed URI decoding in getFileName for file names with special characters.
  • Fixed stale raised-hand state for disconnected participants.
  • Fixed participant drawer visibility state assignment.
  • Fixed co-host rejoin authorization with stale host token.
  • Fixed DaakiaPiP method channel error handling on unsupported Android versions.
  • Fixed recording permission validation before auto-recording starts.
  • Fixed accidental meeting exit when navigating back from the transcription screen.
  • Fixed local sharer not seeing incoming annotations on their own shared screen.
  • Fixed MIME type resolution for varied file link formats.
  • Fixed status bar visibility and background color in the RTC room.

πŸ“¦ Dependency Updates #

  • Dart SDK: ^3.5.3 β†’ ^3.8.0
  • livekit_client: ^2.5.3 β†’ ^2.7.0
  • flutter_webrtc: ^1.1.0 β†’ ^1.4.0
  • connectivity_plus: ^6.1.5 β†’ ^7.0.0
  • device_info_plus: ^11.5.0 β†’ ^12.2.0
  • datadog_flutter_plugin: ^2.13.1 β†’ ^2.16.1
  • Added: image_picker: ^1.1.2

4.4.1 – (2026-05) #

🐞 Bug Fixes #

  • Android 16 (targetSDK=36) Screen Share Crash

    • Fixed SecurityException: Media projections require a foreground service of type ServiceInfo.FOREGROUND_SERVICE_TYPE_MEDIA_PROJECTION on Android 16.
    • Resolved race condition when rapidly stopping and restarting screen share on any Android version.
    • Implemented synchronous foreground service type management via DaakiaMeetingService.
  • Meeting Notifications & Background Service

    • Refactored Android meeting notification handling from flutter_background to native DaakiaMeetingService.
    • Fixed notification lifecycle and foreground service type management on Android.
    • Improved meeting service stability across Android versions (10+).
  • Live Captions/Transcription

    • Fixed transcription screen lifecycle and language selection state management.
    • Added snackbar notification when live captions are stopped.
    • Improved language selection defaults and persistence.

🎨 Improvements #

  • Screen Sharing (Android)

    • Replaced async flutter_background calls with synchronous DaakiaMeetingService.startScreenShare() / stopScreenShare().
    • No more race conditions on rapid screen share toggling.
    • Cleaner separation of foreground service concerns (mediaPlayback vs mediaProjection).
  • iOS Meeting Service

    • Added native DaakiaMeetingService with AVAudioSession management for iOS.
    • Improved background audio handling during meetings.
    • Better lifecycle management for audio playback on iOS.

πŸ“± Platform-Specific #

  • Android: Added FOREGROUND_SERVICE_MEDIA_PROJECTION permission and dynamic foreground service type upgrades.
  • iOS: Implemented DaakiaMeetingService with proper AVAudioSession configuration for meeting audio continuity.

4.4.0 – (2026-03) #

πŸš€ New Features #

  • Skip Pre-Join Flow
    • Added skipPreJoinPage option to bypass pre-join UI for faster meeting join.
  • Default Media State Configuration
    • Added support to configure microphone and camera default state before joining a meeting.
  • UI Enhancements (Example App)
    • Added edge-to-edge UI support for improved visual experience.

🧩 Improvements #

  • Improved meeting join experience for faster and automated flows
  • Enhanced developer control over initial media states (mic/camera)
  • Updated documentation for skipPreJoinPage with strict usage conditions

🐞 Bug Fixes #

  • Fixed issue with automatic navigation when meeting ends while pre-join is skipped
  • Improved meeting closure and navigation handling across flows

4.3.0 – (2025-12) #

πŸš€ New Features #

  • Screen-Share Permission System
    • Host controls to enable/disable screen sharing.
    • Screen-share consent model & API.
    • Screen-share request/response mechanism.
    • β€œAllow Screen Share for All” support.
    • Screen-share request dialog + request list.
  • Chat System Enhancements
    • Unread counters for private chat with badges and sync logic.
    • Pinned messages for public & private chat with navigation + highlight.
    • Reply message system with models, UI, preview widgets & sender-side logic.
    • Edit message feature with draft support, models, UI updates & sync logic.
    • Message reactions with reaction bar, mapping, details sheet & sender logic.
    • Copy message functionality added.
  • Chat Attachments
    • File-type preview widget with link/file detection.
    • Attachment permission control via host settings & API sync.
    • Receiver-side logic and restriction handling.
  • Webinar Mode
    • Webinar permissions model & API.
    • Audio/video permission sync for Host/Co-Host.
    • Sync older audio/video states when joining.
  • Live Captions / Transcription
    • New caption data model and constants.
    • Updated logic through rtc-registerTextStreamHandler.
    • Register/unregister caption handlers to prevent data leak.
    • Stopped pooling for caption start API.

🧩 Improvements #

  • Major chat code refactor (public, private, and message bubble).
  • Enhanced UI/UX for emoji reactions and chat interactions.
  • Improved navigation to pinned and replied messages.
  • Reusable host-control switch with enable/disable state.
  • Multiple null-handling, JSON mismatch, and model consistency fixes.

🐞 Bug Fixes #

  • Fixed screen share event not going from iOS and removed duplicates.
  • Fixed private chat reaction issues for sender messages.
  • Fixed unread count not updating.
  • Fixed reply/reaction visibility on deleted messages.
  • Fixed CDN link handling and file-type detection.
  • General bug fixes and code cleanup.

4.2.1 – (2025-10) #

πŸš€ New Features #

  • Pin to Screen: Added the ability to pin participants’ video to the main screen for focused view.
  • Restrict Multiple Screen Shares: Prevents multiple users from sharing their screen simultaneously.
  • Guest Name Storage: Stores guest user names for better participant identification in meetings.
  • Background Support (Android): Added a foreground service to improve meeting stability and ensure continued operation when the app is in the background.
  • Picture-in-Picture (PiP): Added PiP mode support for Android to allow multitasking during meetings.
  • Meeting Alerts & Actions: Added in-meeting alerts and real-time action handling for better event visibility.
  • Recording Flow Update: Improved recording start/stop logic with dispatchId integration, failsafe handling, and UI enhancements.

🧩 Improvements #

  • UI/UX Enhancements: General interface refinements and layout improvements.
  • Enhanced recording reliability and button state control.
  • Improved meeting flow stability and background performance.

4.2.0 – (2025-09) #

πŸ“± Android Support #

  • Added 16KB screen size support for better compatibility on larger devices.

πŸ“¦ Dependency Updates #

  • Upgraded to the latest library versions for improved stability, security, and long-term support.

πŸ›  Bug Fixes & Improvements #

  • Various bug fixes and performance enhancements.

4.1.0 – (2025-09) #

πŸ“Š Analytics & Monitoring #

  • Implemented Datadog logging for improved observability and performance tracking.

4.0.0 (2025-08) #

πŸš€ New Features #

  • Metadata Config: Introduced configurable metadata support for meetings.
  • Transcript Download: Participants can now download meeting transcripts.
  • Connectivity Status: Added in-meeting connectivity banners and participant connectivity indicators.
  • Participant Attendance: Added tracking of participant attendance.
  • Chat Restrictions: Host can restrict chat to β€œEveryone”, β€œHost & Co-host only”, or β€œDisabled”.
  • Consent Flow: Introduced recording/streaming consent popups for participants.
  • SDK Config: Added centralized configuration for SDK features.
  • Co-Host Management: Improved APIs and controls for assigning/removing co-hosts.
  • Role-Based Features: Feature gating based on user role (host, co-host, participant).

πŸ›  Bug Fixes & Improvements #

  • Fixed memory leaks and optimized participant UI updates.
  • Improved transcript accuracy and fixed missing metadata issues.
  • Fixed iOS navigation and permission handling.
  • Improved state management for recording and live streaming.
  • Various stability, crash, and UI fixes across Android & iOS.
  • Refactored participant structure for better scalability.
  • General performance optimizations and dependency upgrades.

3.1.2 (2025-04) #

πŸš€ New Features #

  • Whiteboard (Preview): Introduced collaborative whiteboard functionality for real-time visual collaboration during meetings.

πŸ›  Bug Fixes & Improvements #

  • Various bug fixes and performance enhancements.
  • Minor UI adjustments for a smoother experience.

3.0.1 (2025-04) #

πŸš€ New Features #

  • Live Transcription: Automatically transcribe meetings in real time.
  • Translation: Support for multilingual translations during meetings.
  • End Meeting: Hosts can now end meetings for all participants.
  • Scheduled Meeting End: Meetings will now automatically end at the scheduled time based on the subscription plan.
  • Co-Host Modification: Enhanced co-host management capabilities.
  • Participant Name Change: Participants can update their display names during a meeting.
  • Auto-Recording: Meetings now support automatic recording upon start.
  • Meeting Extension: Host can extend meetings based on their subscription plan.

πŸ›  Bug Fixes & Improvements #

  • Stability enhancements and performance optimizations.
  • General UI and user experience improvements.
  • Resolved caching problems affecting co-host functionality.
  • Upgraded dependencies for better performance and compatibility.

2.1.3 (2025-01) (Internal Release) #

Enhancements:

  • Upload attachments: Users can now share files within both public and private chat rooms.
  • Web-View: Added support for displaying web content directly within the chat interface for chat links.
  • Improved UI: Enhanced the user interface for different media types (images, videos, etc.) for a better visual experience.

2.0.1 (2024-12) (Internal Release) #

  • Bug Fixes:
    • Null-Safety for participant.
    • Lobby mode bug fixes.
    • Navigation bug fixes.

2.0.0 (2024-12) (Internal Release) #

  • New Features:
    • Added raise hand feature.
    • Webinar mode & Host controls added.
    • Private & Public chat added.
    • Reaction added.
    • Password Protected event added.
    • Lobby Mode added.
    • Screen Share Added for Android & iOs.
    • PIP Mode added in Android (iOs don't support right now)
  • Bug Fixes:
    • Connection bug fixes.
    • Permission issue fixed in iOs.

1.0.0 (2024-11) (Internal Release) #

  • Initial Release:
    • Implemented Web-RTC integration for real-time video and audio calls.
    • Added core functionality for video conferencing.
    • Introduced participant management with local and remote participants.
    • Added cloud recording.