DyteLeaveMeetingView
A component which allows you to leave a meeting or end meeting for all, if you have the permission.
To use the component do in kotlin/java as follows:
val endCallDialog = DyteLeaveMeetingView(context, meeting)
endCallDialog.show()