Skip to content

Commit

Permalink
fix(meetings-plugin): increase timeout for multistream connection est…
Browse files Browse the repository at this point in the history
…ablishment (#3567)

Co-authored-by: kwasniow <[email protected]>
  • Loading branch information
2 people authored and sreenara committed Apr 26, 2024
1 parent a709609 commit 9182bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@webex/plugin-meetings/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export const ICE_FAIL_TIMEOUT = 3000;

export const RETRY_TIMEOUT = 3000;

export const ICE_AND_DTLS_CONNECTION_TIMEOUT = 10000;
export const ICE_AND_DTLS_CONNECTION_TIMEOUT = 20000;
export const ROAP_OFFER_ANSWER_EXCHANGE_TIMEOUT = 35000;

// ******************** REGEX **********************
Expand Down

0 comments on commit 9182bc4

Please sign in to comment.