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