0.21.0 #115
dmotz
announced in
Announcements
0.21.0
#115
Replies: 1 comment
-
is there a demo code for rtcPolyfill ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Improvements
joinRoom()
config object options:rtcPolyfill
- Use this to pass a custom RTCPeerConnection-compatible constructor. This is useful for running outside of a browser, such as in Node (still experimental, not working yet).turnConfig
- Specifies a custom list of TURN servers to use (see Connection issues section). Each item in the list should correspond to an ICE server config object. When passing a TURN config like this, Trystero's default STUN servers will also be used. To override this and use both custom STUN and TURN servers, instead pass the config via the above rtcConfig.iceServers option as a list of both STUN/TURN servers — this won't inherit Trystero's defaults.This discussion was created from the release 0.21.0.
Beta Was this translation helpful? Give feedback.
All reactions