Skip to content

Commit

Permalink
Fix TypeScript error in <CallingPipRemoteVideo>
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn-Signal authored and josh-signal committed Nov 23, 2020
1 parent 1f0c091 commit 5758ed4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ts/components/CallingPipRemoteVideo.tsx
Expand Up @@ -91,6 +91,7 @@ export const CallingPipRemoteVideo = ({
createCanvasVideoRenderer={createCanvasVideoRenderer}
demuxId={speaker.demuxId}
getGroupCallVideoFrameSource={getGroupCallVideoFrameSource}
hasRemoteAudio={speaker.hasRemoteAudio}
hasRemoteVideo={speaker.hasRemoteVideo}
height="100%"
left={0}
Expand Down

0 comments on commit 5758ed4

Please sign in to comment.