Twilio Flex Actions errors #709
TarikCarvalho08
started this conversation in
General
Replies: 1 comment 3 replies
-
Hi @TarikCarvalho08! Flex UI always throws these errors whenever an action is aborted. The template is intentionally aborting these in order to override functionality. Are you having an issue with those buttons? |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
Hi,
When testing the actions of holding, releasing and kicking the participant during a call, I get some Flex event errors. The action works after the error is generated but floods the error logs.
If you're in a call with only one participant, the only error that will occur is Action KickParticipant cancelled by before event. To trigger this error, simply try to kick a participant out of a call using the remove participant button. See below for an image of the error:
Now, when a third person is added to the call, every time I put that person on hold, take them off hold or kick them off the call, I get the these errors:
Action HoldParticipant cancelled by before event
Action UnholdParticipant cancelled by before event
Does anyone know how this problem can be fixed? I've had no success on my end.
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions