Skip to content

Commit dfbc9e5

Browse files
committed
update README/LICENSE
1 parent 57dc467 commit dfbc9e5

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Hossein Marzban
3+
Copyright (c) 2020 Hossein Marzban <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ep_wrtc_heading
2-
Video Headings Plugin for Etherpad
2+
Video Headings Plugin for Etherpad.
3+
4+
WebRTC video/audio, a dedicated chat room for each headlines (h tags).
35

46
## Installing
57

@@ -18,8 +20,6 @@ To set a custom stun server, set ep_wrtc_heading.iceServer in your settings.json
1820
```
1921

2022
To ensure reliable connectivity we recommend setting both a STUN and TURN server. We don't set this by default and below are just example servers, you should ensure you use reliable STUN and TURN servers.
21-
22-
2323
```json
2424
"ep_wrtc_heading" : {
2525
"iceServers":[
@@ -65,7 +65,12 @@ You can see metrics for various errors that users have when attempting to connec
6565
* `ep_webrtc_err_SecureConnection`: Etherpad is not set up on a secure connection, which is requried for webrtc
6666
* `ep_webrtc_err_Unknown`: Some other unspecified error. Perhaps a bug in this plugin.
6767

68+
69+
6870
## License
69-
Yjs is licensed under the [MIT License](./LICENSE).
71+
This project is licensed under the [MIT License](./LICENSE).
72+
73+
> Inspired and use by [ep_webrtc](https://github.com/ether/ep_webrtc)
7074
75+
If you have any further questions, please don’t hesitate to contact us.
7176

0 commit comments

Comments
 (0)