Skip to content

Commit a93daf9

Browse files
[FIX] wrong string in typedef docstring
1 parent 0f4f216 commit a93daf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const DEFAULT_PRODUCER_OPTIONS = {
3838
*/
3939

4040
/**
41-
* @typedef {'audio' | 'camera' | 'video' } streamType
41+
* @typedef {'audio' | 'camera' | 'screen' } streamType
4242
*/
4343

4444
export const SFU_CLIENT_STATE = Object.freeze({

0 commit comments

Comments
 (0)