13230: Dial->Conference: Invalid muted value
WARNING
This warning occurs when the muted attribute on <Conference> is set to a value other than true or false. The muted attribute controls whether a participant can speak in the conference and defaults to false.
- The
mutedattribute on<Conference>was set to a value other thantrueorfalse. - Your application included
mutedin generated TwiML even though the participant did not need to join muted. When you do not setmuted, Twilio uses the default value offalse. - You need to change mute state after the participant joins, but the initial
<Conference>TwiML is being used with an unsupportedmutedvalue instead of a valid boolean value.
- Set the
mutedattribute on<Conference>totrueorfalseonly. - If the participant should join unmuted, remove the
mutedattribute and let Twilio use the default value offalse. - If you need to mute or unmute a participant after they join the conference, update the participant by using the Conference Participant API.