Skip to main content

DyteRecordingIndicator

A component which indicates the recording status of a meeting.

It will not render anything if no recording is taking place.

<dyte.io.uikit.view.DyteRecordingIndicator
android:id="@+id/dyte_recording_indicator"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />

To setup the DyteRecordingIndicator inside kotlin/Java code do as follows

val dyteRecordingIndicator = findViewById(R.id.dyte_recording_indicator)
dyteRecordingIndicator.activate(meeting)