Skip to content

Commit

Permalink
Merge branch 'vonage-v2.27.5' into vonage
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffswartz committed Jun 25, 2024
2 parents 6e2dc30 + 6001f86 commit b499d57
Show file tree
Hide file tree
Showing 13 changed files with 796 additions and 12,384 deletions.
6 changes: 3 additions & 3 deletions @types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -671,9 +671,9 @@ declare module "@vonage/client-sdk-video-react-native" {
*/
export class OTSubscriber extends React.Component<OTSubscriberProps, unknown> {
/**
* Gets the RTC stats report for the subscriber. This is an asynchronous operation.
* The OTSubscriber object dispatches an rtcStatsReport event when RTC statistics for
* the publisher are available.
* Gets the RTC stats report for the subscribers. This is an asynchronous operation.
* The OTSubscriber object dispatches rtcStatsReport events when RTC statistics for
* the subscribers are available.
*/
getRtcStatsReport: () => void;
}
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 2.27.5 (June 2024)

- [Fix]: This version fixes the `OTSubscriber captionReceived` event handler. It also fixes the `OTPublisher publishCaptions` option in iOS.

- [Fix]: Calling `OTSubscriber.getRtcStatsReport()` method was resulting in an error. This version fixes the issue.

- [Fix]: Setting the `enableStereoOutput` option of the OTSession component was causing apps to crash in Android. The custom audio driver (used in Android when the `enableStereoOutput` option is set) is broken. This version disables the `enableStereoOutput` option in Android.

- [Fix] The `subscribeToSelf` prop of the OTSubscriber component was not working. This version fixes the issue (issue #612).


# 2.27.4 (April 2024)

- [Update]: This version updates the Vonage Video iOS SDK version to 2.27.3. This version adds a [privacy manifest required by Apple's App store](https://developer.apple.com/support/third-party-SDK-requirements). Issue #737.
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ This library is now officially supported by Vonage.

3. Install and update [Android Studio](https://developer.android.com/studio/index.html). (See the React Native Android installation [instructions](https://facebook.github.io/react-native/docs/getting-started.html).)

## System requirements

See the system requirements for the [OpenTok Android SDK](https://tokbox.com/developer/sdks/android/#requirements) and [OpenTok iOS SDK](https://tokbox.com/developer/sdks/ios/#system-requirements). (The OpenTok React Native SDK has the same requirements for Android and iOS.)

## Installation

1. In your terminal, change into your React Native project's directory.
Expand Down
Loading

0 comments on commit b499d57

Please sign in to comment.