RtkMeetingTitleView
A component which displays the title of the meeting.
<com.cloudflare.realtimekit.ui.view.RtkMeetingTitleView
android:id="@+id/rtkmeetingtitletextview"
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.rtkmeetingtitletextview)
meetingTitleView.activate(meeting)