Fixed story replies modal and calling pip interactions
This commit is contained in:
parent
0aa9351d4f
commit
bf4e697a0a
8 changed files with 92 additions and 19 deletions
|
@ -82,7 +82,7 @@ export const CallingPip = ({
|
|||
switchToPresentationView,
|
||||
switchFromPresentationView,
|
||||
togglePip,
|
||||
}: PropsType): JSX.Element | null => {
|
||||
}: PropsType): JSX.Element => {
|
||||
const videoContainerRef = React.useRef<null | HTMLDivElement>(null);
|
||||
const localVideoRef = React.useRef(null);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue