react-covideo-embed 1.0.88 → 1.0.91

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -62,6 +62,7 @@ Explore the capabilities of react-covideo-embed through our [Demo Project](https
62
62
  - `image`: `string` - The URL of the thumbnail of the inserted video.
63
63
  - `html`: `string` - The HTML representation of the inserted video.
64
64
  - `token`: `string` - The auth token used to fetch the shareData.
65
+ - `videoId`: `string` - The ID of the inserted video
65
66
 
66
67
  ### `onVideoInsertError` (optional)
67
68
 
@@ -90,7 +91,6 @@ Explore the capabilities of react-covideo-embed through our [Demo Project](https
90
91
 
91
92
  - **Type**: `Array<Feature>`
92
93
  - **Description**: Determines which Covideo features to hide. Acceptable values are as follows:
93
-
94
94
  - `insert`
95
95
  - `recordScreen`
96
96
  - `recordBoth`