mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
add comment about encryption situation
Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
committed by
Andrew Ferrazzutti
parent
e937c7df5c
commit
b08890cae7
@@ -291,7 +291,12 @@ export const GroupCallView: FC<Props> = ({
|
|||||||
|
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
|
|
||||||
if (e2eeSystem.kind === E2eeType.NONE) {
|
if (e2eeSystem.kind === E2eeType.NONE && !widget) {
|
||||||
|
// the url wants encryption, but we don't have a encryption system. (e.g. when joining a call without password)
|
||||||
|
// TODO: we need to figure out what we do with encryption goning forward.
|
||||||
|
// In the SPA a room is unencrypted but uses a shared secret for the call (since we distribute via url that works)
|
||||||
|
// In embedded mode unencrypted rooms would make most sense to also call unencrypted.
|
||||||
|
// A call where one person joins with the spa and another person with the widget would be a problem.
|
||||||
return (
|
return (
|
||||||
<ErrorView
|
<ErrorView
|
||||||
error={
|
error={
|
||||||
|
|||||||
Reference in New Issue
Block a user