mirror of https://github.com/OpenVidu/openvidu.git
openvidu-browser: TypeDoc typo fix
parent
46d6199d42
commit
545451211a
|
@ -483,7 +483,7 @@ export class OpenVidu {
|
||||||
* var FRAME_RATE = 10;
|
* var FRAME_RATE = 10;
|
||||||
*
|
*
|
||||||
* OV.getUserMedia({
|
* OV.getUserMedia({
|
||||||
* audioSource: false;
|
* audioSource: false,
|
||||||
* videoSource: undefined,
|
* videoSource: undefined,
|
||||||
* resolution: '1280x720',
|
* resolution: '1280x720',
|
||||||
* frameRate: FRAME_RATE
|
* frameRate: FRAME_RATE
|
||||||
|
|
Loading…
Reference in New Issue