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:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user