initSession method
Initiates a opentok session with the given VideoConfig value.
Implementation
Future<void> initSession() async {
try {
return await _openTokHostApi.initSession(_config);
} catch (e) {
rethrow;
}
}
Initiates a opentok session with the given VideoConfig value.
Future<void> initSession() async {
try {
return await _openTokHostApi.initSession(_config);
} catch (e) {
rethrow;
}
}