@mindly/ui-components 3.7.8 → 3.7.9

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.
@@ -5,6 +5,7 @@ export declare type MediaPlayerProps = {
5
5
  cameraTrack?: ILocalVideoTrack | IRemoteVideoTrack;
6
6
  audioTrack?: ILocalAudioTrack | IRemoteAudioTrack;
7
7
  fullScreen?: boolean;
8
+ showHint?: boolean;
8
9
  networkQuality?: number;
9
10
  fallbackImage?: string;
10
11
  fallbackText?: string;
package/dist/index.d.ts CHANGED
@@ -432,6 +432,7 @@ declare type MediaPlayerProps = {
432
432
  cameraTrack?: ILocalVideoTrack | IRemoteVideoTrack;
433
433
  audioTrack?: ILocalAudioTrack | IRemoteAudioTrack;
434
434
  fullScreen?: boolean;
435
+ showHint?: boolean;
435
436
  networkQuality?: number;
436
437
  fallbackImage?: string;
437
438
  fallbackText?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.7.8",
3
+ "version": "3.7.9",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",