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:
parent
aa828fe9f5
commit
44e22e2684
2 changed files with 2 additions and 1 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue