Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierapivideo committed Sep 26, 2024
1 parent d068086 commit c13a379
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 c13a379

Please sign in to comment.