Skip to content

Commit

Permalink
Merge pull request #754 from opentok/develop
Browse files Browse the repository at this point in the history
v2.27.5
  • Loading branch information
jeffswartz authored Jun 20, 2024
2 parents 0e8abb9 + 91abf9d commit 6001f86
Show file tree
Hide file tree
Showing 13 changed files with 105 additions and 11,671 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 "opentok-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 @@ -16,6 +16,10 @@ In this repo, you'll find the OpenTok React Native library.

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 6001f86

Please sign in to comment.