We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd3c984 commit c7c7cadCopy full SHA for c7c7cad
app/components/public/stream/video-stream.ts
@@ -54,7 +54,8 @@ export default class PublicStreamVideoStream extends Component<Args> {
54
if (provider === 'jitsi') {
55
this.loading = false;
56
} else if (provider === 'chatmosphere') {
57
- location.href = stream.url
+ this.iframeUrl = stream.url
58
+ this.iframeTitle = 'Chatmosphere Session'
59
this.loading = false
60
} else if (provider === 'libre') {
61
this.iframeUrl = stream.url
0 commit comments