|
52 | 52 | | `hotkeys` | [`DOMTokenList`](https://developer.mozilla.org/en-US/docs/Web/API/DOMTokenList) (space separated enum list) | A blocklist of keyboard shortcuts (hotkeys) you want to disable. Based on [Media Chrome's implementation](https://media-chrome-docs.vercel.app/en/keyboard-shortcuts) | N/A | |
53 | 53 | | `playbackrates` | `number[]` (space separated list) | A space separated string of playback rates used by the playback rate button. | N/A | |
54 | 54 | | `default-show-remaining-time` | `boolean` | Show remaining playback time (instead of current playback time) by default | `false` | |
55 | | -| `title` (**deprecated**) | `string` | Title text to show for your content in the Mux Player UI. (**deprecated**: Use `video-title` instead. In most browsers the `title` attribute causes a tooltip on hover which is undesired hence in the next major Mux player version `title` will not cause any Mux player UI changes anymore. Only the native browser behavior will be kept.) | `""` | |
| 55 | +| `title` | `string` | Title text to show for your content in the Mux Player UI. (In most browsers the `title` attribute causes a tooltip on hover which is sometimes undesired. Use `video-title` to only show the title in the Mux player UI and not the tooltip.) | `""` | |
56 | 56 | | `video-title` | `string` | Title text to show for your content in the Mux Player UI. | `""` | |
57 | 57 | | `placeholder` | `string` (URI) | Image to show as various assets load. Typically a [data URI](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) when used | N/A | |
58 | 58 | | `cast-receiver` | `string` (Receiver ID) | The app ID to use for a custom [Google cast receiver](https://developers.google.com/cast/docs/web_receiver/basic). If none is provided, the default receiver app will be used. | N/A | |
|
114 | 114 | | `hotkeys` <sub><sup>Read only\*</sup></sub> | [`DOMTokenList`](https://developer.mozilla.org/en-US/docs/Web/API/DOMTokenList) | A `DOMTokenList` (similar to [`classList`](https://developer.mozilla.org/en-US/docs/Web/API/Element/classList)) blocklist of keyboard shortcuts (hotkeys) you want to disable. Based on [Media Chrome's implementation](https://media-chrome-docs.vercel.app/en/keyboard-shortcuts) | `''` | |
115 | 115 | | `nohotkeys` | `boolean` | Toggles keyboard shortcut (hot keys) support when focus in inside the player | `false` | |
116 | 116 | | `thumbnailTime` | `number` (seconds) | [Time offset](https://docs.mux.com/guides/video/get-images-from-a-video#thumbnail-query-string-parameters) for the default `poster` image based on your `playback-id`. If no `thumbnail-time` is specified, `start-time` will be used by default. NOTE: This feature currently cannot be used with `thumbnail-token`. | `0` | |
117 | | -| `title` (**deprecated**) | `string` | Title text to show for your content in the Mux Player UI. (**deprecated**: Use `videoTitle` instead. In most browsers the `title` attribute causes a tooltip on hover which is undesired hence in the next major Mux player version `title` will not cause any Mux player UI changes anymore. Only the native browser behavior will be kept.) | `""` | |
| 117 | +| `title` | `string` | Title text to show for your content in the Mux Player UI. (In most browsers the `title` property causes a tooltip on hover which is sometimes undesired. Use `videoTitle` to only show the title in the Mux player UI and not the tooltip.) | `""` | |
118 | 118 | | `videoTitle` | `string` | Title text to show for your content in the Mux Player UI. | `""` | |
119 | 119 | | `placeholder` | `string` (URI) | Image to show as various assets load. Typically a [data URI](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) when used | N/A | |
120 | 120 | | `primaryColor` | `string` (Any valid CSS color style) | The primary color used by the player's UI | `undefined` | |
|
0 commit comments