File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 | {} |
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments