Skip to content

Commit 0db22fd

Browse files
committed
updated readme and package bump
1 parent f0e0f31 commit 0db22fd

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class Example extends Component {
3636
| Prop | Description | Default |
3737
| ------------- | ------------- | ------------- |
3838
| videoID `String` `Required` | Video ID which is generated after processing the video on gumlet | |
39+
| isLive `Boolean` | Whether the video is a live stream or not | false |
3940
| title `String` | Title of the iframe | Gumlet video player |
4041
| style `Object` | Style tag passed on to the iframe container | {padding:"56.25% 0 0 0", position:"relative"} |
4142
| schemaOrgVideoObject `Object` | schema.org object which is added to a script tag | {} |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gumlet/react-embed-player",
3-
"version": "2.0.16",
3+
"version": "2.0.17",
44
"description": "Gumlet React Embed Player",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)