Demo app
A complete working example on GitHub
API reference
Full Dart API docs on pub.dev
Getting started
Add the package to yourpubspec.yaml:
VideoView:
API structure
The SDK is organized around the tasks involved in building a call. For each task you get methods to update state, properties to get current state, and events viaCallClient.events to react to changes.
Call lifecycle
join(), leave(), callState, CallStateUpdatedParticipants
participants(), ParticipantJoined, ParticipantUpdated, ParticipantLeftMedia inputs
updateInputs(), setInputsEnabled(), InputsUpdatedPublishing
updatePublishing(), PublishingUpdatedSubscriptions
updateSubscriptions(), updateSubscriptionProfiles(), SubscriptionsUpdatedActive speaker
activeSpeaker, ActiveSpeakerChangedRequirements
- Flutter 3.0 or later
- iOS deployment target >= 13.0
- Android minSdkVersion >= 23