3.0.10 • Published 6 years ago
the-rtc v3.0.10
the-rtc
RTC server for the-frameworks
Installation
$ npm install the-rtc --save
Usage
'use strict'
const { TheRTC } = require('the-rtc')
async function tryExample() {
const rtc = new TheRTC({
stun: {
url: 'stun:stun.l.google.com:19302'
},
turn: {
url: 'turn:your.turn.servers.here',
secret: 'xxxxxxxxxxxxxxxx',
expiry: 86400
},
topology: 'mesh',
})
const port = 3000
await rtc.listen(port)
console.log(`Example RTC Server listening: http://localhost:${port}`)
}
tryExample().catch((err) => console.error(err))
API Guide
License
This software is released under the MIT License.
Links
3.0.10
6 years ago
3.0.9
6 years ago
3.0.8
6 years ago
3.0.7
6 years ago
3.0.6
6 years ago
3.0.5
7 years ago
3.0.4
7 years ago
3.0.3
7 years ago
3.0.2
7 years ago
3.0.1
7 years ago
3.0.0
7 years ago
2.2.11
7 years ago
2.2.9
7 years ago
2.2.8
7 years ago
2.2.7
7 years ago
2.2.6
7 years ago
2.2.5
7 years ago
2.2.4
7 years ago
2.2.3
7 years ago
2.2.2
7 years ago
2.2.1
7 years ago
2.2.0
7 years ago
2.1.1
7 years ago
2.1.0
7 years ago
2.0.1
7 years ago
2.0.0
7 years ago
1.0.18
7 years ago
1.0.17
7 years ago
1.0.16
7 years ago
1.0.14
7 years ago
1.0.13
7 years ago
1.0.12
7 years ago
1.0.11
7 years ago
1.0.9
7 years ago
1.0.8
7 years ago
1.0.7
7 years ago
1.0.6
7 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago