Skip to content

Commit

Permalink
Merge pull request #24 from apivideo/fix-documentation
Browse files Browse the repository at this point in the history
Fix documentation
  • Loading branch information
olivierapivideo authored Sep 26, 2024
2 parents c13a379 + a11ce94 commit 3a3a929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ When you load an image onto the composition, the origin of the image must be the
| mute | boolean | false | Whether the stream should be muted or not |
| hidden | boolean | false | Whether the stream should be hidden or not
| opacity | number | 100 | Opacity of the stream (from 0 to 100) |
| onClick | (streamId: string, event: `{ x: number; y: number; }`) => void | undefined | A callback function that will be called when the stream is clicked |
| onClick | (streamId: string, event: ` { x: number; y: number; } `) => void | undefined | A callback function that will be called when the stream is clicked |

**Example (screen capture)**

Expand Down

0 comments on commit 3a3a929

Please sign in to comment.