feat: Support for capturing audio for chrome tab. (#158)
* feat: Support for capturing audio for chrome tab. * Update code comments.
This commit is contained in:
@@ -169,7 +169,7 @@ class _ControlsWidgetState extends State<ControlsWidget> {
|
||||
print('could not publish video: $e');
|
||||
}
|
||||
}
|
||||
await participant.setScreenShareEnabled(true);
|
||||
await participant.setScreenShareEnabled(true, captureScreenAudio: true);
|
||||
}
|
||||
|
||||
void _disableScreenShare() async {
|
||||
|
||||
Reference in New Issue
Block a user