Skip to content

RtkLeaveMeetingView

Last updated View as MarkdownAgent setup

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

Methods

Method Parameters Description
show - Display the dialog
dismiss - Dismiss the dialog

Usage Examples

Basic Usage

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

Was this helpful?