Resolve promise on dual recording timeout #556
paulmctigue
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dual recording has an interval to wait for all the participants to join before starting a dual recording.
In addition there's a 60 second timeout which resolves the promise when the interval is truthy. Should the timeout resolve the promise regardless of the truthiness of the interval? Link to the code below:
https://github.com/twilio-professional-services/flex-project-template/blob/main/plugin-flex-ts-template-v2/src/feature-library/dual-channel-recording/helpers/dualChannelHelper.ts#L193
Beta Was this translation helpful? Give feedback.
All reactions