Skip to content

Commit b499d57

Browse files
committed
Merge branch 'vonage-v2.27.5' into vonage
2 parents 6e2dc30 + 6001f86 commit b499d57

13 files changed

+796
-12384
lines changed

@types/index.d.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -671,9 +671,9 @@ declare module "@vonage/client-sdk-video-react-native" {
671671
*/
672672
export class OTSubscriber extends React.Component<OTSubscriberProps, unknown> {
673673
/**
674-
* Gets the RTC stats report for the subscriber. This is an asynchronous operation.
675-
* The OTSubscriber object dispatches an rtcStatsReport event when RTC statistics for
676-
* the publisher are available.
674+
* Gets the RTC stats report for the subscribers. This is an asynchronous operation.
675+
* The OTSubscriber object dispatches rtcStatsReport events when RTC statistics for
676+
* the subscribers are available.
677677
*/
678678
getRtcStatsReport: () => void;
679679
}

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 2.27.5 (June 2024)
2+
3+
- [Fix]: This version fixes the `OTSubscriber captionReceived` event handler. It also fixes the `OTPublisher publishCaptions` option in iOS.
4+
5+
- [Fix]: Calling `OTSubscriber.getRtcStatsReport()` method was resulting in an error. This version fixes the issue.
6+
7+
- [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.
8+
9+
- [Fix] The `subscribeToSelf` prop of the OTSubscriber component was not working. This version fixes the issue (issue #612).
10+
11+
112
# 2.27.4 (April 2024)
213

314
- [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.

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ This library is now officially supported by Vonage.
1414

1515
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).)
1616

17+
## System requirements
18+
19+
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.)
20+
1721
## Installation
1822

1923
1. In your terminal, change into your React Native project's directory.

0 commit comments

Comments
 (0)