getVideoOn method
Implementation
bool getVideoOn() {
try {
return getLocalAttendee().isVideoOn;
} catch (e) {
debugPrint('Error getVideoOn: $e');
return false;
}
}
bool getVideoOn() {
try {
return getLocalAttendee().isVideoOn;
} catch (e) {
debugPrint('Error getVideoOn: $e');
return false;
}
}