endCallSession method
Ends the call session (alias for leaveSession).
Implementation
Future<void> endCallSession() async {
await leaveSession();
}
Ends the call session (alias for leaveSession).
Future<void> endCallSession() async {
await leaveSession();
}