Calling: Picture-in-picture

This commit is contained in:
Josh Perez 2020-09-30 20:43:05 -04:00 committed by Josh Perez
parent 7b15bddfc9
commit a581f6ea81
13 changed files with 467 additions and 3 deletions

View file

@ -33,12 +33,14 @@ const defaultProps = {
hasLocalVideo: true,
hasRemoteVideo: true,
i18n,
pip: false,
renderDeviceSelection: () => <div />,
setLocalAudio: action('set-local-audio'),
setLocalPreview: action('set-local-preview'),
setLocalVideo: action('set-local-video'),
setRendererCanvas: action('set-renderer-canvas'),
settingsDialogOpen: false,
togglePip: action('toggle-pip'),
toggleSettings: action('toggle-settings'),
};