We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
io.element.call.encryption_keys
1 parent 35199a7 commit aa35aadCopy full SHA for aa35aad
bindings/matrix-sdk-ffi/src/widget.rs
@@ -321,7 +321,9 @@ pub fn get_element_call_required_permissions(
321
event_type: "org.matrix.rageshake_request".to_owned(),
322
},
323
// To read and send encryption keys
324
+ WidgetEventFilter::ToDevice { event_type: "io.element.call.encryption_keys".to_owned() },
325
// TODO change this to the appropriate to-device version once ready
326
+ // remove this once all matrixRTC call apps supports to-device encryption.
327
WidgetEventFilter::MessageLikeWithType {
328
event_type: "io.element.call.encryption_keys".to_owned(),
329
0 commit comments