Skip to content

Commit

Permalink
Merge pull request #6941 from drakang4/master
Browse files Browse the repository at this point in the history
Fix stream parameter type of video.loadMediaStream
  • Loading branch information
photonstorm authored Nov 13, 2024
2 parents f259858 + 0123081 commit 4018be0
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 4018be0

Please sign in to comment.