Skip to content

Commit

Permalink
fix: log iceCandidateError
Browse files Browse the repository at this point in the history
  • Loading branch information
xstelea committed Jan 31, 2024
1 parent 574a07b commit 946d242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connector/connector-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export const ConnectorClient = (input: {
signalingClient,
source: input.source,
restart: () => triggerRestartSubject.next(),
negotiationTimeout: input.negotiationTimeout ?? 5_000,
negotiationTimeout: input.negotiationTimeout ?? 10_000,
})

const destroy = () => {
Expand Down

0 comments on commit 946d242

Please sign in to comment.