Skip to content

Commit

Permalink
fix(ca): adjust to expected when ice and reachability with TLS fail (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisadubois authored Aug 22, 2024
1 parent d83c9f5 commit c0c7117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ export const CLIENT_ERROR_CODE_TO_ERROR_PAYLOAD: Record<number, Partial<ClientEv
},
[ICE_AND_REACHABILITY_FAILED_CLIENT_CODE]: {
errorDescription: ERROR_DESCRIPTIONS.ICE_AND_REACHABILITY_FAILED,
category: 'network',
category: 'expected',
fatal: true,
},
2050: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3419,7 +3419,7 @@ describe('plugin-meetings', () => {
unreachable: true,
expectedErrorPayload: {
errorDescription: ERROR_DESCRIPTIONS.ICE_AND_REACHABILITY_FAILED,
category: 'network',
category: 'expected',
},
},
].forEach(({clientErrorCode, expectedErrorPayload, unreachable}) => {
Expand Down

0 comments on commit c0c7117

Please sign in to comment.