twilio_programmable_video 0.3.3+4
twilio_programmable_video: ^0.3.3+4 copied to clipboard
Flutter plugin for Twilio Programmable Video, which enables you to build real-time videocall applications (WebRTC)
0.3.3+4 #
- Upgraded Twilio SDK for Android from version
5.6.+
to5.7.+
- Upgraded Twilio SDK for iOS from version
3.2
to3.3
- Upgraded
permission_handler
to latest version
0.3.3+3 #
- AudioTracks, VideoTracks and DataTracks are optional in
ConnectOptions
. Stopped mapping them when equals tonull
.
0.3.3+2 #
- Stopped importing implementation files from the platform interface
- Upgraded the platform interface version
0.3.3+1 #
- More like a house-keeping release after platform release
0.3.3 #
- Implemented the platform interface
0.3.2+1 #
- Fix passing
key
into the local participant widget
0.3.2 #
- Implemented DataTrack on IOS
0.3.1+5 #
- Upgraded Twilio SDK for Android from version
5.1.+
to5.6.+
0.3.1+4 #
- Fixes broken release
0.3.1+3
- Added Flutter SDK constraint to meet new
pubspec.yaml
formatting
0.3.1+3 #
- Note: This version is BROKEN, do not use
- Added Automatic Subscription connection option
0.3.1+2 #
- Added Dominant Speaker Changed Events
0.3.1+1 #
- Add
getSpeakerphoneOn
method for reading the speakerphone mode
0.3.1 #
- Added Region enums for both
ConnectOptions.region
andRoom.mediaRegion
instead of string values
0.3.0+2 #
- Android: Fix Bluetooth crash on emulators
- Upgraded
permission_handler
to latest version
0.3.0+1 #
- Align
README.md
with Twilio OSS law - Added workaround for build failure due to a bug in the Twilio SDK for Android
- Upgraded Twilio SDK for Android from version
5.1.0
to5.1.+
- Upgraded Android Studio Gradle plugin from version
3.5.0
to3.6.0
0.3.0 #
- Removed occurrence of the
unofficial
word
0.2.0 #
- Implemented iOS functionality, matching the android side.
- Added DataTrack API (Android only)
- Added Local Participant Events (Android only)
- Android: Route audio through Bluetooth headset
0.1.2 #
- Android: Switch speaker mode based on headset plug
0.1.1+1 #
- Fixed Android crashes when joining/disconnecting multiple times
0.1.1 #
- Better error handling on denied permissions
- Android: Improved re-requesting permission and otherwise open App Settings
0.1.0+2 #
- Added animated GIF to show of the example app
- Fixed typo in kotlin error message
0.1.0+1 #
- Applied health suggestions
0.1.0 #
- Initial Android release