Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Allow jitsi in e2e rooms #2075

Merged
merged 1 commit into from
Jul 20, 2018
Merged

Allow jitsi in e2e rooms #2075

merged 1 commit into from
Jul 20, 2018

Conversation

dbkr
Copy link
Member

@dbkr dbkr commented Jul 20, 2018

We have a separate warning about how widgets are not very e2e, so
this should be sufficient warning.

We have a separate warning about how widgets are not very e2e, so
this should be sufficient warning.
@dbkr dbkr requested a review from a team July 20, 2018 13:31
});
return;
}

if (SettingsStore.isFeatureEnabled('feature_jitsi')) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if jitsi is not enabled, the reason we don't start the call is not really that it's not supported in e2e encrypted rooms, is it? Should we change the error message? Or is this about freeswitch calls not working in e2e encrypted rooms?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep, if jitsi's not enabled then we use freeswitch which we haven't supported in e2e rooms since it would just send your media to freeswitch which isn't very e2e. (Jitsi is no different but there's a separate general warning for widgets)

@bwindels bwindels merged commit a8a40f1 into develop Jul 20, 2018
@bwindels bwindels deleted the dbkr/allow_jitsi_in_e2e_rooms branch July 20, 2018 13:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants