stopScreenCapture abstract method
Stops capturing screen sharing streams.
Return value:
0
: Success.<0
: Failure. See ReturnStatus for the reason.
Implementation
Future<int?> stopScreenCapture();
Stops capturing screen sharing streams.
Return value:
0
: Success.<0
: Failure. See ReturnStatus for the reason.Future<int?> stopScreenCapture();