twilio_programmable_video_platform_interface 0.3.1
twilio_programmable_video_platform_interface: ^0.3.1 copied to clipboard
A common platform interface for the programmable_video plugin.
0.3.1 #
- Added method for checking if device has a builtin earpiece.
0.3.0 #
- BREAKING CHANGE: Updated plugin_platform_interface dep.
0.2.3 #
- Added support for Network Quality API.
0.2.2 #
- Added
enableRemoteAudioTrack({bool enable, String sid})
andisRemoteAudioTrackPlaybackEnabled(String sid)
methods.
0.2.1+0 #
- Added
hasTorch()
andsetTorch(bool enabled)
methods.
0.2.0+1 #
- Fixed unhandled exception when receiving a remote data track message.
0.2.0 #
- BREAKING CHANGE: SwitchCamera() can now throw a FormatException if it failed to parse to a CameraSource
- BREAKING CHANGE:
DataTrackModel
has been replaced byLocalDataTrackModel
- BREAKING CHANGE:
RemoteDataTrackModel
no longer extendsDataTrackModel
asDataTrackModel
has been removed. - BREAKING CHANGE:
TrackModel
is now an abstract class and is no longer meant to be used directly. Various implementations ofTrackModel
should now be used depending on the use case. - BREAKING CHANGE:
LocalAudioTrackModel
has been added so theTrackModel
should not be used anymore to represent LocalAudioTrack's. - The models now assert that all needed data is available when using the
FromEventChannelMap
factory. To see what data is needed for a model see the asserts on the model's constructor. LocalDataTrackModel
now has a toMap function.
0.1.0+3 #
- Removed wrong assertion of
localParticipant
inRoom
model
0.1.0+2 #
- Removed wrong assertion of
mediaRegion
inRoom
model
0.1.0+1 #
- All the files are now correctly exported from the
twilio_programmable_video_platform_interface.dart
file
0.1.0 #
- Get rid of pre-release version
0.0.1 #
- Initial release.