setScreenShareAudio static method
Implementation
static Future<void> setScreenShareAudio(bool enableAudio) async {
if (WebRTC.platformIsAndroid) {
await WebRTC.invokeMethod('setScreenAudio', {'enableAudio': enableAudio});
}
}
static Future<void> setScreenShareAudio(bool enableAudio) async {
if (WebRTC.platformIsAndroid) {
await WebRTC.invokeMethod('setScreenAudio', {'enableAudio': enableAudio});
}
}