Skip to content

Commit 3ecb466

Browse files
author
Raulkg
authored
Correct Read me
1 parent 42971ab commit 3ecb466

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Signaling/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This app shows how to utilize the OpenTok signaling API to send signals (text me
66

77
### Send a signal to all clients in a session
88

9-
Signal can be send while client is connected to the seccion (after `Session.SessionListener.onConnected(session)` has been called and before `Session.SessionListener.onDisconnected(session)` method is called), so you need to set `Session.SessionListener`:
9+
Signal can be send while client is connected to the Session (after `Session.SessionListener.onConnected(session)` has been called and before `Session.SessionListener.onDisconnected(session)` method is called), so you need to set `Session.SessionListener`:
1010

1111
```java
1212
session = new Session.Builder(this, OpenTokConfig.API_KEY, OpenTokConfig.SESSION_ID).build();
@@ -59,4 +59,4 @@ The `SIGNAL_TYPE` check is performed before processing the signal.
5959
## Further Reading
6060

6161
* Review [other sample projects](../)
62-
* Read Read more about [OpenTok Android SDK](https://tokbox.com/developer/sdks/android/)
62+
* Read Read more about [OpenTok Android SDK](https://tokbox.com/developer/sdks/android/)

0 commit comments

Comments
 (0)