RtkAudioIndicatorIconWidget
A widget that displays audio status of a participant in RealtimeKit meeting.
info
RtkProvider
needs to be added above RtkAudioIndicatorIconWidget
which will manage RealtimeKitClient
object for audio indicator icon widget by itself.
Usage
RtkAudioIndicatorIconWidget(
participant: participant
);
Here, participant
is the RealtimeKit participant object of type RtkMeetingParticipant
of whom you want to show audio status.
Screenshot
Audio Icon | Participant Screen |
---|---|
![]() | ![]() |