increase ringing timeout from 10 seconds to 90 seconds
This commit is contained in:
parent
0bb3690fdc
commit
bc4a541383
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ import { useEventEmitter } from "../hooks/useEventEmitter";
|
|||
import { CallStore, CallStoreEvent } from "../stores/CallStore";
|
||||
|
||||
export const getIncomingCallToastKey = (callId: string, roomId: string): string => `call_${callId}_${roomId}`;
|
||||
const MAX_RING_TIME_MS = 10 * 1000;
|
||||
const MAX_RING_TIME_MS = 90 * 1000;
|
||||
|
||||
interface JoinCallButtonWithCallProps {
|
||||
onClick: (e: ButtonEvent) => void;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue