Skip to content

Commit

Permalink
feat: make on-error a terminal error
Browse files Browse the repository at this point in the history
  • Loading branch information
raviteja83 committed May 30, 2023
1 parent 0c84d47 commit 3f472aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/hms-video-web/src/error/ErrorFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const terminalActions: (HMSSignalMethod | HMSAction)[] = [
HMSSignalMethod.OFFER,
HMSSignalMethod.ANSWER,
HMSSignalMethod.TRICKLE,
HMSSignalMethod.SERVER_ERROR,
HMSAction.JOIN,
];

Expand Down

0 comments on commit 3f472aa

Please sign in to comment.