Activate speaker view when screensharing, even while in PiP

This commit is contained in:
Josh Perez 2021-10-07 14:56:27 -04:00 committed by GitHub
parent 1f4a3851bf
commit a363c6c0ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 0 deletions

View file

@ -271,6 +271,7 @@ const ActiveCallManager: React.FC<ActiveCallManagerPropsType> = ({
setLocalPreview={setLocalPreview}
setRendererCanvas={setRendererCanvas}
togglePip={togglePip}
toggleSpeakerView={toggleSpeakerView}
/>
);
}