Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/phaserjs/phaser
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed Nov 13, 2024
2 parents 352816d + 4018be0 commit dc745f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gameobjects/video/Video.js
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ var Video = new Class({
* @method Phaser.GameObjects.Video#loadMediaStream
* @since 3.50.0
*
* @param {string} stream - The MediaStream object.
* @param {MediaStream} stream - The MediaStream object.
* @param {boolean} [noAudio=false] - Does the video have an audio track? If not you can enable auto-playing on it.
* @param {string} [crossOrigin] - The value to use for the `crossOrigin` property in the video load request. Either undefined, `anonymous` or `use-credentials`. If no value is given, `crossorigin` will not be set in the request.
*
Expand Down

0 comments on commit dc745f8

Please sign in to comment.