updateScreenShare(options)
Prebuilt
Custom
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)
Prebuilt
Custom
void.
// Disable screen audio while keeping video active
call.updateScreenShare({
screenVideo: { enabled: true },
screenAudio: { enabled: false },
});