start Screen Share
fun startScreenShare(mediaProjectionPermissionResultData: Intent, listener: RequestListener? = null)
Content copied to clipboard
Starts a screen share from the local participant.
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.