Skip to content

RtkLeaveMeetingView

A component which allows you to leave a meeting or end meeting for all, if you have the permission.

Methods

MethodParametersDescription
show-Display the dialog
dismiss-Dismiss the dialog

Usage Examples

Basic Usage

Kotlin
val endCallDialog = RtkLeaveMeetingView(context, meeting)
endCallDialog.show()