DyteMeetingTitleView
A component which displays the title of the meeting.
<dyte.io.uikit.view.DyteMeetingTitleView
android:id="@+id/dytemeetingtitletextview"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
To use the component do in kotlin/java as follows:
val meetingTitleView = findViewById(R.id.dytemeetingtitletextview)
meetingTitleView.activate(meeting)