Activate speaker view when screensharing, even while in PiP
This commit is contained in:
parent
1f4a3851bf
commit
a363c6c0ea
3 changed files with 11 additions and 0 deletions
|
@ -66,6 +66,7 @@ const createProps = (overrideProps: Partial<PropsType> = {}): PropsType => ({
|
|||
setLocalPreview: action('set-local-preview'),
|
||||
setRendererCanvas: action('set-renderer-canvas'),
|
||||
togglePip: action('toggle-pip'),
|
||||
toggleSpeakerView: action('toggleSpeakerView'),
|
||||
});
|
||||
|
||||
const story = storiesOf('Components/CallingPip', module);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue