소스 검색

fix(chore) typos and jsdoc

dev1
Jorge Oliveira 3 년 전
부모
커밋
932497b66f
No account linked to committer's email address

+ 1
- 1
modules/connectivity/ParticipantConnectionStatus.js 파일 보기

@@ -174,7 +174,7 @@ export default class ParticipantConnectionStatusHandler {
174 174
      * @param {Object} options
175 175
      * @param {number} [options.p2pRtcMuteTimeout=2500] custom value for
176 176
      * {@link ParticipantConnectionStatus.p2pRtcMuteTimeout}.
177
-     * @param {number} [options.rtcMuteTimeout=2000] custom value for
177
+     * @param {number} [options.rtcMuteTimeout=10000] custom value for
178 178
      * {@link ParticipantConnectionStatus.rtcMuteTimeout}.
179 179
      * @param {number} [options.outOfLastNTimeout=500] custom value for
180 180
      * {@link ParticipantConnectionStatus.outOfLastNTimeout}.

+ 1
- 1
modules/sdp/SDP.js 파일 보기

@@ -55,7 +55,7 @@ SDP.prototype.removeUdpCandidates = false;
55 55
  * Adds a new m-line to the description so that a new local source can then be attached to the transceiver that gets
56 56
  * added after a reneogtiation cycle.
57 57
  *
58
- * @param {Mediatype} mediaType media type of the new source that is being added.
58
+ * @param {MediaType} mediaType media type of the new source that is being added.
59 59
  */
60 60
 SDP.prototype.addMlineForNewLocalSource = function(mediaType) {
61 61
     const mid = this.media.length;

+ 1
- 1
modules/statistics/AudioOutputProblemDetector.js 파일 보기

@@ -23,7 +23,7 @@ export default class AudioOutputProblemDetector {
23 23
     /**
24 24
      * Creates new <tt>AudioOutputProblemDetector</tt> instance.
25 25
      *
26
-     * @param {JitsiCofnerence} conference - The conference instance to be monitored.
26
+     * @param {JitsiConference} conference - The conference instance to be monitored.
27 27
      */
28 28
     constructor(conference) {
29 29
         this._conference = conference;

+ 1
- 1
types/auto/modules/connectivity/ParticipantConnectionStatus.d.ts 파일 보기

@@ -62,7 +62,7 @@ export default class ParticipantConnectionStatusHandler {
62 62
      * @param {Object} options
63 63
      * @param {number} [options.p2pRtcMuteTimeout=2500] custom value for
64 64
      * {@link ParticipantConnectionStatus.p2pRtcMuteTimeout}.
65
-     * @param {number} [options.rtcMuteTimeout=2000] custom value for
65
+     * @param {number} [options.rtcMuteTimeout=10000] custom value for
66 66
      * {@link ParticipantConnectionStatus.rtcMuteTimeout}.
67 67
      * @param {number} [options.outOfLastNTimeout=500] custom value for
68 68
      * {@link ParticipantConnectionStatus.outOfLastNTimeout}.

+ 1
- 1
types/auto/modules/sdp/SDP.d.ts 파일 보기

@@ -33,7 +33,7 @@ export default class SDP {
33 33
      * Adds a new m-line to the description so that a new local source can then be attached to the transceiver that gets
34 34
      * added after a reneogtiation cycle.
35 35
      *
36
-     * @param {Mediatype} mediaType media type of the new source that is being added.
36
+     * @param {MediaType} mediaType media type of the new source that is being added.
37 37
      */
38 38
     addMlineForNewLocalSource(mediaType: any): void;
39 39
     /**

+ 1
- 1
types/auto/modules/statistics/AudioOutputProblemDetector.d.ts 파일 보기

@@ -6,7 +6,7 @@ export default class AudioOutputProblemDetector {
6 6
     /**
7 7
      * Creates new <tt>AudioOutputProblemDetector</tt> instance.
8 8
      *
9
-     * @param {JitsiCofnerence} conference - The conference instance to be monitored.
9
+     * @param {JitsiConference} conference - The conference instance to be monitored.
10 10
      */
11 11
     constructor(conference: any);
12 12
     _conference: any;

Loading…
취소
저장