Skip to content

Commit

Permalink
Merge pull request #257 from dyte-io/Tushkiz-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
palashgo authored Jan 28, 2024
2 parents 80776bf + 7b41932 commit 8a86d27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/capabilities/video/picture-in-picture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Use `meeting.participants.pip.isSupported` to check if the browser supports Pict
Call `meeting.participants.pip.init()` to activate PIP mode. Optionally you can pass height and width the configure the size of the PIP tile

```js
meeting.participant.pip.init({
meeting.participants.pip.init({
width: 360,
height: 360,
});
Expand All @@ -38,7 +38,7 @@ Call `meeting.participants.pip.init()` to activate PIP mode. Optionally you can
```jsx
const { meeting } = useDyteMeeting();

meeting.participant.pip.init({
meeting.participants.pip.init({
width: 360,
height: 360,
});
Expand Down

0 comments on commit 8a86d27

Please sign in to comment.