endSession method
Ends the connected opentok session.
Implementation
Future<void> endSession() async {
try {
return await _openTokHostApi.endSession();
} catch (e) {
rethrow;
}
}
Ends the connected opentok session.
Future<void> endSession() async {
try {
return await _openTokHostApi.endSession();
} catch (e) {
rethrow;
}
}