Animated Emojis on by default

We would like an option to choose to have Animated Emojis turned on by default from the user settings in a user’s account. As of now, you can turn on the ability to have animated emojis, but then the user must enable animated emojis after they have joined the call.

For my use case, this would be a nightmare. The change that made it so users had to actively turn that feature on saved me a ton of headaches. The better answer would probably be a two-part setting in the JSON for meeting creation, along the lines of reaction_emoji: { allowed: <bool (default true)>, enabled: <bool (default false)> }; where “allowed” means the option to turn them on or off is accessible or not, and “enabled” means they’re on by default if “allowed” is already set to true.