You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first argument to quickconnect is the URL of the signalling server, the second is a set of options given as a JSON object.
34
+
Valid options are described [below](#valid-quick-connect-options).
35
+
36
+
33
37
## Events
34
38
35
39
The following events are emitted from the signalling object created by calling `quickconnect()`. Additionally, any of the underlying [signaller events](https://github.com/rtc-io/rtc-signaller#signaller-events) can also be used.
@@ -242,6 +246,12 @@ Listed below are some of the commonly used options:
242
246
243
247
-`debug` (default: false)
244
248
249
+
-`plugins` (default: '')
250
+
251
+
An optional array of rtc-plugins to add, e.g. add Temasys plugin as list
0 commit comments