Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions DataChannel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ DataChannel.js is a JavaScript library useful to write many-to-many i.e. group f

##### Features

1. Direct messages � to any user using his `user-id`
2. Eject/Reject any user � using his `user-id`
1. Direct messages � to any user using his `user-id`
2. Eject/Reject any user � using his `user-id`
3. Leave any room (i.e. data session) or close entire session using `leave` method
4. File size is limitless!
5. Text message length is limitless!
Expand Down Expand Up @@ -330,7 +330,7 @@ For signaling; please check following page:

https://github.com/muaz-khan/WebRTC-Experiment/blob/master/Signaling.md

Remember, you can use any signaling implementation exists out there without modifying any single line! Just skip below code and open [above link](https://github.com/muaz-khan/WebRTC-Experiment/blob/master/Signaling.md)!
Remember, you can use any signaling implementation that exists out there without modifying any single line! Just skip below code and open [above link](https://github.com/muaz-khan/WebRTC-Experiment/blob/master/Signaling.md)!

=

Expand Down