3.0.10 • Published 7 years ago
the-rtc v3.0.10
the-rtc
RTC server for the-frameworks
Installation
$ npm install the-rtc --saveUsage
'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
7 years ago
3.0.9
7 years ago
3.0.8
7 years ago
3.0.7
7 years ago
3.0.6
7 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
8 years ago
2.0.0
8 years ago
1.0.18
8 years ago
1.0.17
8 years ago
1.0.16
8 years ago
1.0.14
8 years ago
1.0.13
8 years ago
1.0.12
8 years ago
1.0.11
8 years ago
1.0.9
8 years ago
1.0.8
8 years ago
1.0.7
8 years ago
1.0.6
8 years ago
1.0.3
8 years ago
1.0.2
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago