stopScreenShare

fun stopScreenShare(listener: RequestListener? = null)

Stops a current screen share, if there is one.

The callback (listener) will be invoked either when the operation has completed, or if it encounters an error.

Errors will also be provided to the CallClientListener.onError callback.