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.
1 parent d13c5af commit d3d8912Copy full SHA for d3d8912
src/widget.ts
@@ -120,8 +120,8 @@ export const widget = ((): WidgetHelpers | null => {
120
121
const sendState = [
122
userId, // Legacy call membership events
123
- `_${userId}_${deviceId}`, // Session membership events
124
- `${userId}_${deviceId}`, // The above with no leading underscore, for room versions whose auth rules allow it
+ `_${userId}_${deviceId}_m.call`, // Session membership events
+ `${userId}_${deviceId}_m.call`, // The above with no leading underscore, for room versions whose auth rules allow it
125
].map((stateKey) => ({
126
eventType: EventType.GroupCallMemberPrefix,
127
stateKey,
0 commit comments