Browse Source

feat(chore): remove deprecated documentation

dev1
Saúl Ibarra Corretgé 7 years ago
parent
commit
1d3956e31d
3 changed files with 0 additions and 12 deletions
  1. 0
    4
      JitsiMeetJS.js
  2. 0
    4
      modules/RTC/RTC.js
  3. 0
    4
      modules/RTC/RTCUtils.js

+ 0
- 4
JitsiMeetJS.js View File

@@ -268,10 +268,6 @@ export default _mergeNamespaceAndModule({
268 268
      * configurations about resolution for example.
269 269
      * @param {Array} options.devices the devices that will be requested
270 270
      * @param {string} options.resolution resolution constraints
271
-     * @param {bool} options.dontCreateJitsiTrack if <tt>true</tt> objects with
272
-     * the following structure {stream: the Media Stream, type: "audio" or
273
-     * "video", videoType: "camera" or "desktop"} will be returned trough the
274
-     * Promise, otherwise JitsiTrack objects will be returned.
275 271
      * @param {string} options.cameraDeviceId
276 272
      * @param {string} options.micDeviceId
277 273
      * @param {object} options.desktopSharingExtensionExternalInstallation -

+ 0
- 4
modules/RTC/RTC.js View File

@@ -207,10 +207,6 @@ export default class RTC extends Listenable {
207 207
      * @param {object} [options] Optional parameters.
208 208
      * @param {array} options.devices The devices that will be requested.
209 209
      * @param {string} options.resolution Resolution constraints.
210
-     * @param {bool} options.dontCreateJitsiTrack If <tt>true</tt> objects with
211
-     *     the following structure {stream: the Media Stream, type: "audio" or
212
-     *     "video", videoType: "camera" or "desktop"} will be returned trough
213
-     *     the Promise, otherwise JitsiTrack objects will be returned.
214 210
      * @param {string} options.cameraDeviceId
215 211
      * @param {string} options.micDeviceId
216 212
      * @returns {*} Promise object that will receive the new JitsiTracks

+ 0
- 4
modules/RTC/RTCUtils.js View File

@@ -1226,10 +1226,6 @@ class RTCUtils extends Listenable {
1226 1226
      * @param {Object} [options] optional parameters
1227 1227
      * @param {Array} options.devices the devices that will be requested
1228 1228
      * @param {string} options.resolution resolution constraints
1229
-     * @param {bool} options.dontCreateJitsiTrack if <tt>true</tt> objects with
1230
-     * the following structure {stream: the Media Stream, type: "audio" or
1231
-     * "video", videoType: "camera" or "desktop"} will be returned trough the
1232
-     * Promise, otherwise JitsiTrack objects will be returned.
1233 1229
      * @param {string} options.cameraDeviceId
1234 1230
      * @param {string} options.micDeviceId
1235 1231
      * @param {Object} options.desktopSharingFrameRate

Loading…
Cancel
Save