Skip to content

Latest commit

 

History

History
110 lines (66 loc) · 2.27 KB

CHANGELOG.md

File metadata and controls

110 lines (66 loc) · 2.27 KB

1.5.2

  • FIX: Add namespace to plugin as required by gradle.

1.5.1

  • FIX: Update WebRTC library version.

1.5.0

  • ENHAN: Add manuel publish option.

1.4.4

  • FIX: Fix the data channel connectivity issue.

1.4.3

  • FIX: Fix the C++ onTrack failed error on Android Devices.

1.4.2

  • ENHAN: Cleanup duplicated samples.

1.4.1

  • FIX: Update WebRTC library version.

1.4.0

  • FEAT: Migrate to the unified plan and implement multitrack conference
  • FIX: Fix the playback issue.

1.3.2

  • FIX: Fix the token cannot pass issue.

1.3.1

  • FIX: Fix the websocket connection closed issue in case of there is no participant in the room.

1.3.0

  • ENHAN: Add multitrack conference solution.
  • NOTE: Minimum compatible Ant Media Server version is 2.8.0

1.2.1

  • FIX: Make samples compatible with web and fix push notification type error.

1.2.0

  • FEAT: Add sending push notification from sdk.

1.0.10

  • FIX: Fix broken images in README.md.

1.0.9

  • ENHAN: Update README.md file with complate function list.

1.0.8

  • FIX: Fix an issue which prevents the sdk from working on the mobile devices

1.0.7

  • FIX: Fix the issue of not being able to use sdk on the web

1.0.6

  • ENHAN: Update dependencies

1.0.5

  • FEAT: Webrtc client lib updated added option to : force stream quality , fix IOS screen rotation and audio issues

1.0.4

  • ENHAN: Update WebRTC stack

1.0.3

  • FIX: Fix conference widget issue and Bring back dart 3 compatibility

1.0.2

  • FIX: Fix DataChannel and make ice servers configurable

1.0.1

  • FIX: CI problems

1.0.0

  • FEAT: Increase flutter_webrtc version, add web support

0.0.8

  • ENHAN: Updated sample's code

0.0.7

  • REFAC: Removed unnecessary code

0.0.6

  • REFAC: Updated readme.md file , removed signaling class

0.0.5

  • FEAT: Data Channel implemented, Updated the sdk usability, Call screen's UI can be customised.

0.0.4

  • ENHA: Update sdk-code structure and optimize a code, And create a common helper class for all functions

0.0.3

  • FIX: Resolve Switch Camera and Mic issue in SDK & Samples

0.0.2

  • ENHA: Correction in Samples

0.0.1

  • INIT: Initial Release