Skip to main content
stopScreenShare() Stops the current screen share. Has no effect if no screen share is active. If you provided a custom mediaStream when calling startScreenShare(), you are responsible for stopping the underlying tracks after calling this method.

Return value

Returns void.

Example

call.stopScreenShare();

See also