Skip to content

Commit

Permalink
video-store: Fix jsDocs for getMediaStream
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl committed Dec 23, 2023
1 parent b8cd4ea commit 88acb74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/video.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const useVideoStore = defineStore('video', () => {
}

/**
* bandwith or stress the stream provider more than we need to.
* Get the MediaStream object related to a given stream, if available
* @param {string} streamName - Name of the stream
* @returns {MediaStream | undefined} MediaStream that is running, if available
*/
Expand Down

0 comments on commit 88acb74

Please sign in to comment.