| pcx_content_type | navigation |
|---|---|
| title | RtkAudioIndicatorIconWidget |
| description | API reference for RtkAudioIndicatorIconWidget component (Flutter Library) |
A widget that displays the audio status of a participant in a RealtimeKit meeting.
:::note
RtkProvider must be an ancestor of this widget in the widget tree.
:::
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
participant |
RtkMeetingParticipant |
✅ | - | The participant whose audio status to display |
iconSize |
double? |
❌ | 24 |
Size of the audio indicator icon |
import 'package:realtimekit_ui/realtimekit_ui.dart';
RtkAudioIndicatorIconWidget(
participant: participant,
)import 'package:realtimekit_ui/realtimekit_ui.dart';
RtkAudioIndicatorIconWidget(
participant: participant,
iconSize: 32.0,
)