RtkParticipantAudioIndicator
An audio visualizer component which visualizes a participant's audio.
| Method | Parameters | Description |
|---|---|---|
activate | participant: RtkMeetingParticipant | Bind the indicator to a participant |
refresh | - | Force a refresh of the audio indicator state |
<com.cloudflare.realtimekit.ui.view.RtkParticipantAudioIndicator android:id="@+id/audio_indicator" android:layout_width="wrap_content" android:layout_height="wrap_content" />val audioIndicator = findViewById<RtkParticipantAudioIndicator>(R.id.audio_indicator)audioIndicator.activate(participant)