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