Skip to content

Commit 6632590

Browse files
authored
Update README.md
1 parent f6a5377 commit 6632590

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
@@ -330,7 +330,7 @@ Incoming calls are received through the application's persistent internal server
330330

331331
There are two types of event handlers the SDK provides for a client app to respond to various events: a device-specific listener and a call-specific listener.
332332

333-
#### - Device-specific Listener
333+
#### - Device-specific listener
334334

335335
Register a device-specific event handler using the `SendBirdCall.addListener()` method. It is recommended to add the event handler during initialization because it is a prerequisite for detecting an `onRinging()` event. The code below shows the way device-wide events such as incoming calls are handled once device-specific event is added.
336336

@@ -360,7 +360,7 @@ SendBirdCall.addListener(UNIQUE_HANDLER_ID, {
360360
|onAudioOutputDeviceChanged | Audio output devices have changed. |
361361
|onVideoInputDeviceChanged | Video input devices have changed. |
362362

363-
#### - Call-specific Listener
363+
#### - Call-specific listener
364364

365365
Register a call-specific event handler by attaching an event handler function directly to the properties of the call object. Responding to call-specific events such as establishing a successful call connection is then handled as shown below.
366366

0 commit comments

Comments
 (0)