Pārlūkot izejas kodu

fix(chore) typos and jsdoc

dev1
Jorge Oliveira 3 gadus atpakaļ
vecāks
revīzija
932497b66f
Revīzijas autora e-pasta adrese nav piesaistīta nevienam kontam

+ 1
- 1
modules/connectivity/ParticipantConnectionStatus.js Parādīt failu

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

+ 1
- 1
modules/sdp/SDP.js Parādīt failu

55
  * Adds a new m-line to the description so that a new local source can then be attached to the transceiver that gets
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
  * added after a reneogtiation cycle.
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
 SDP.prototype.addMlineForNewLocalSource = function(mediaType) {
60
 SDP.prototype.addMlineForNewLocalSource = function(mediaType) {
61
     const mid = this.media.length;
61
     const mid = this.media.length;

+ 1
- 1
modules/statistics/AudioOutputProblemDetector.js Parādīt failu

23
     /**
23
     /**
24
      * Creates new <tt>AudioOutputProblemDetector</tt> instance.
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
     constructor(conference) {
28
     constructor(conference) {
29
         this._conference = conference;
29
         this._conference = conference;

+ 1
- 1
types/auto/modules/connectivity/ParticipantConnectionStatus.d.ts Parādīt failu

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

+ 1
- 1
types/auto/modules/sdp/SDP.d.ts Parādīt failu

33
      * Adds a new m-line to the description so that a new local source can then be attached to the transceiver that gets
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
      * added after a reneogtiation cycle.
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
     addMlineForNewLocalSource(mediaType: any): void;
38
     addMlineForNewLocalSource(mediaType: any): void;
39
     /**
39
     /**

+ 1
- 1
types/auto/modules/statistics/AudioOutputProblemDetector.d.ts Parādīt failu

6
     /**
6
     /**
7
      * Creates new <tt>AudioOutputProblemDetector</tt> instance.
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
     constructor(conference: any);
11
     constructor(conference: any);
12
     _conference: any;
12
     _conference: any;

Notiek ielāde…
Atcelt
Saglabāt