Skip to content
Skip to navigation
Skip to topbar
Twilio Logo
Twilio Docs
Search
Search
Messaging
Voice
Serverless
Flex
Studio
All docs...
SDKs
Help
Help
Search
Log in
Sign up
On this page
ERROR: 53120
Description
Possible Causes
Possible Solutions
On this page
ERROR: 53120
Description
Possible Causes
Possible Solutions
Invalid Recording Rule(s)
Positive Feedback
Negative Feedback
ERROR: 53120
error-53120 page anchor
Positive Feedback
Negative Feedback
PROGRAMMABLE VIDEO
ERROR
Description
description page anchor
Positive Feedback
Negative Feedback
Raised by the server when a Recording Rule is invalid.
Possible Causes
possible-causes page anchor
Positive Feedback
Negative Feedback
An empty set of rules [] is not allowed.
A rule containing all must have a value of true and must not contain any other expression.
A rule must contain a type field.
If kind is used, it must be audio or video.
A maximum of 20 recording rules are allowed per room.
Possible Solutions
possible-solutions page anchor
Positive Feedback
Negative Feedback
Ensure the set of rules has at least one rule.
If you include all in a rule, the only other allowed field is type.
Ensure every rule has a type field.
Ensure kind is one of the valid enum values.
Limit the number of recording rules to 20 or fewer.