twilio_programmable_video_platform_interface 0.2.1+0
twilio_programmable_video_platform_interface: ^0.2.1+0 copied to clipboard
A common platform interface for the programmable_video plugin.
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.