Skip to content

Conversation

@khushal87
Copy link
Member

The goal of the PR is to add optional support for the package react-native-nitro-sound as the previous alternative react-native-audio-recorder-player is completely deprecated and there are customer reports of users facing issues with the package.

We should plan to remove the usage of react-native-audio-recorder-player in the next major release.

This fixes #3217.

@Stream-SDK-Bot
Copy link
Contributor

SDK Size

title develop branch diff status
js_bundle_size 291 KB 291 KB +389 B 🟡


export enum AVModeIOSOption {
// TODO: Remove this enum when audio recorder player is removed completely
export enum AVModeIOSOptionAudioRecorderPlayer {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is breaking - please keep the naming the same (and we can change it in the next major whenever we remove the other library).

Copy link
Contributor

@isekovanic isekovanic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just the small nitpicky comment - other than that looks good !

Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

react-native-audio-recorder-player is deprecated

4 participants