Skip to content

Commit c7c7cad

Browse files
authored
add chatmosphere to iframe (#8434)
1 parent dd3c984 commit c7c7cad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/components/public/stream/video-stream.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ export default class PublicStreamVideoStream extends Component<Args> {
5454
if (provider === 'jitsi') {
5555
this.loading = false;
5656
} else if (provider === 'chatmosphere') {
57-
location.href = stream.url
57+
this.iframeUrl = stream.url
58+
this.iframeTitle = 'Chatmosphere Session'
5859
this.loading = false
5960
} else if (provider === 'libre') {
6061
this.iframeUrl = stream.url

0 commit comments

Comments
 (0)