Skip to content

Commit 3505862

Browse files
authored
Update README.md
1 parent c973c86 commit 3505862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ call.setRemoteMediaView(document.getElementById('remote_video_element_id'));
483483

484484
Register a listener first to receive incoming calls. Accept or decline incoming calls by using the `call.accept()` or the `call.end()` methods. If the call is accepted, a media session will automatically be established.
485485

486-
Before accepting any calls, event listeners such as `onEstablished`, onConnected must be registered. Once registered, these listeners enable reacting to in-call events through callbacks methods.
486+
Before accepting any calls, event listeners such as `onEstablished`, `onConnected` must be registered. Once registered, these listeners enable reacting to in-call events through callbacks methods.
487487

488488
```javascript
489489
SendBirdCall.addListener(UNIQUE_HANDLER_ID, {

0 commit comments

Comments
 (0)