Skip to content
Snippets Groups Projects
Commit fdcebbf6 authored by lazorfuzz's avatar lazorfuzz
Browse files

Fix channel config issue

parent 6728281f
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,11 @@ class LioWebRTC extends WildEmitter {
this.config[o] = options[o];
});
if (this.config.dataOnly) {
this.config.media.video = false;
this.config.media.audio = false;
}
// attach detected support for convenience
this.capabilities = webrtcSupport;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment