Don't start new calls in widget mode

In widget mode, it's the client's duty to start the call.
This commit is contained in:
Robin Townsend 2022-11-29 15:47:39 -05:00
commit 44e22e2684
2 changed files with 2 additions and 1 deletions

View file

@ -110,7 +110,6 @@ export const widget: WidgetHelpers | null = (() => {
// These are all the event types the app uses
const sendRecvEvent = ["org.matrix.rageshake_request"];
const sendState = [
{ eventType: EventType.GroupCallPrefix },
{ eventType: EventType.GroupCallMemberPrefix, stateKey: userId },
];
const receiveState = [