Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
React Native
Enables or disables the screen share video or audio track without stopping the screen share.
updateScreenShare(options)
Hide properties
void
// Disable screen audio while keeping video active call.updateScreenShare({ screenVideo: { enabled: true }, screenAudio: { enabled: false }, });