twilio_programmable_video_platform_interface 0.2.0+1 copy "twilio_programmable_video_platform_interface: ^0.2.0+1" to clipboard
twilio_programmable_video_platform_interface: ^0.2.0+1 copied to clipboard

outdated

A common platform interface for the programmable_video plugin.

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 by LocalDataTrackModel
  • BREAKING CHANGE: RemoteDataTrackModel no longer extends DataTrackModel as DataTrackModel has been removed.
  • BREAKING CHANGE: TrackModel is now an abstract class and is no longer meant to be used directly. Various implementations of TrackModel should now be used depending on the use case.
  • BREAKING CHANGE: LocalAudioTrackModel has been added so the TrackModel 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 in Room model

0.1.0+2 #

  • Removed wrong assertion of mediaRegion in Room 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.