Make Element Call widgets compatible with Matrix 2.0 mode
This gives Element Call widgets the ability to send and receive sticky RTC membership events.
This commit is contained in:
@@ -106,6 +106,7 @@ export const widget = ((): WidgetHelpers | null => {
|
||||
EventType.RoomRedaction,
|
||||
ElementCallReactionEventType,
|
||||
EventType.RTCDecline,
|
||||
EventType.RTCMembership,
|
||||
];
|
||||
|
||||
const sendState = [
|
||||
@@ -150,6 +151,8 @@ export const widget = ((): WidgetHelpers | null => {
|
||||
turnServers: false,
|
||||
sendDelayedEvents: true,
|
||||
updateDelayedEvents: true,
|
||||
sendSticky: true,
|
||||
receiveSticky: true,
|
||||
},
|
||||
roomId,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user