Skip to content

Commit 9150483

Browse files
committed
Fix typo in README
1 parent a2c2cf6 commit 9150483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ call.onEnded = (call) => {
190190
...
191191
};
192192

193-
call.onRemoteAudioEnabled = (call) => {
193+
call.onRemoteAudioSettingsChanged = (call) => {
194194
...
195195
};
196196
```
@@ -229,7 +229,7 @@ SendBirdCall.addListener(UNIQUE_HANDLER_ID, {
229229
...
230230
};
231231

232-
call.onRemoteAudioEnabled = (call) => {
232+
call.onRemoteAudioSettingsChanged = (call) => {
233233
...
234234
};
235235

0 commit comments

Comments
 (0)