await call.sendReaction(reactionType: 'fireworks');
Reactions
Reactions in video calling enable participants to express emotions and non-verbal cues without interrupting the flow of conversation. They also help create a more interactive and responsive virtual meeting environment.
It is easy to create reactions with Stream Video’s Flutter SDK.
You can also add custom data to the reaction and specify a specific emoji:
await call.sendReaction(
reactionType: 'raise-hand',
emojiCode: ':smile:',
custom: {'mycustomfield': 'mycustomvalue'},
);
Refer to the cookbook for information on built-in reaction components and customization.
- I'm working with the Stream Video Flutter SDK and would like to ask questions about this documentation page: https://getstream.io/video/docs/flutter/guides/reactions.md
- View as markdown
- Open in ChatGPT
- Open in Claude