diff --git a/public_included_ws_fallback/scripts/ui.js b/public_included_ws_fallback/scripts/ui.js index 97a64d2..6511357 100644 --- a/public_included_ws_fallback/scripts/ui.js +++ b/public_included_ws_fallback/scripts/ui.js @@ -258,7 +258,7 @@ class PeerUI { this.$el.id = this._peer.id; this.$el.ui = this; this.$el.classList.add(`type-${this._roomType}`); - if (!this._peer.rtcSupported) this.$el.classList.add('ws-peer') + if (!this._peer.rtcSupported || !window.isRtcSupported) this.$el.classList.add('ws-peer') this.html(); this._callbackInput = e => this._onFilesSelected(e)