twilio_programmable_video_platform_interface 0.3.2
twilio_programmable_video_platform_interface: ^0.3.2 copied to clipboard
A common platform interface for the programmable_video plugin.
0.3.2 #
- Added method for fetching stats.
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:
DataTrackModelhas been replaced byLocalDataTrackModel - BREAKING CHANGE:
RemoteDataTrackModelno longer extendsDataTrackModelasDataTrackModelhas been removed. - BREAKING CHANGE:
TrackModelis now an abstract class and is no longer meant to be used directly. Various implementations ofTrackModelshould now be used depending on the use case. - BREAKING CHANGE:
LocalAudioTrackModelhas been added so theTrackModelshould not be used anymore to represent LocalAudioTrack's. - The models now assert that all needed data is available when using the
FromEventChannelMapfactory. To see what data is needed for a model see the asserts on the model's constructor. LocalDataTrackModelnow has a toMap function.
0.1.0+3 #
- Removed wrong assertion of
localParticipantinRoommodel
0.1.0+2 #
- Removed wrong assertion of
mediaRegioninRoommodel
0.1.0+1 #
- All the files are now correctly exported from the
twilio_programmable_video_platform_interface.dartfile
0.1.0 #
- Get rid of pre-release version
0.0.1 #
- Initial release.