Skip to content

Latest commit

 

History

History
101 lines (62 loc) · 1.85 KB

CHANGELOG.md

File metadata and controls

101 lines (62 loc) · 1.85 KB

2.0.0

  • BREAKING: Update feature flags to be a class instead of a map.
  • Added more feature flags.
  • PIP hotfix and callback.

1.2.0

  • Add support for screen sharing.

1.1.0

  • Add support for userAvatarURL.
  • Update Jitsi Meet SDK to 2.11.0.
  • Update iOS deployment target to 11.0.

1.0.0

  • Update Jitsi Meet SDK for Android to 2.10.0.
  • Update Jitsi Meet SDK for iOS to 2.10.2.
  • Breaking change for Android. Minimum SDK must be increased to 23.

0.4.1

  • Fixed close meeting programmatically in iOS.
  • Updated formatting to increase pub points.

0.4.0

  • Removed the app bar when the meeting is opening.

0.3.0

  • Added IOS support to close the meeting programmatically

0.2.5

  • Added Android support to close the meeting programmatically

0.2.4

  • IOS Xcode 11.5 support

0.2.3

  • Added support for pass JWT token

0.2.2

  • Added support for feature flags

0.2.1

  • Updated JitsiMeet SDK to v2.9.0

0.2.0

  • Added IOSAppBarRGBAColor Param

0.1.9

  • Upgrading to IOS Cocoapods JitsiMeet v2.8.1

0.1.9pod install

  • Fix defects for Android and SDK version

0.1.8y

  • Fix defect for ISO Xcode 11.4 compile architecture issues

0.1.7

  • Fix defect with per meeting listener not initializing event channel

0.1.6

  • Added per meeting listeners
  • Added Map<dynamic, dynamic> data returned in listener functions

0.1.5

  • Support for Meeting Events: onConferenceWillJoin, onConferenceJoined, onConferenceTerminated, and onError

0.1.4

  • Move and rename Kotlin TAG variable into plugin class to eliminate naming conflicts

0.1.3+1

  • Example app proguard to fix release apk build crashing
  • Update README about proguard and minimum sdk

0.1.3

  • Added support for serverURL

0.1.2

  • Update license to MIT

0.1.1

  • Room name character validation.
  • Allow nullable fields in iOS.

0.1.0

  • Initial release for Android and iOS.