Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Releases: AgoraIO-Community/Agora-RTC-React

v1.1.3

22 Jun 15:49
Compare
Choose a tag to compare

Added inline docs!

v1.1.2

03 Jun 13:34
Compare
Choose a tag to compare

Patch: UseLayoutEffect for AgoraPlayer component - thanks @ncaq for the PR

v1.1.1

09 Nov 12:52
Compare
Choose a tag to compare
v1.1.1 Pre-release
Pre-release

Add support for React 18

v1.1.0

15 Sep 19:33
Compare
Choose a tag to compare

New minor release

  • Add an error object to hooks. All hooks that return tracks now have an error object that can be used to determine if and why the SDK promise failed.
  • The AgoraVideoPlayer component now accepts an additional optional prop config that can be used to pass in the VideoConfig to the .play() method of the SDK.

Minor update

29 Mar 18:11
Compare
Choose a tag to compare

Re-exported all modules from the NG SDK to the wrapper to ease imports.

Initial Release

24 Mar 19:06
Compare
Choose a tag to compare
v1.0.0

Initial Commit