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.
io.element.call.encryption_keys
1 parent 35199a7 commit ad770d9Copy full SHA for ad770d9
bindings/matrix-sdk-ffi/src/widget.rs
@@ -321,7 +321,11 @@ 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::ToDeviceWithType {
325
+ event_type: "io.element.call.encryption_keys".to_owned(),
326
+ },
327
// TODO change this to the appropriate to-device version once ready
328
+ // remove this once all matrixRTC call apps supports to-device encryption.
329
WidgetEventFilter::MessageLikeWithType {
330
event_type: "io.element.call.encryption_keys".to_owned(),
331
0 commit comments