← Cloudflare Realtime / realtime / realtimekit / ui-kit / api-reference / android
RtkLeaveMeetingView
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()