Procházet zdrojové kódy

feat(chore): remove deprecated documentation

dev1
Saúl Ibarra Corretgé před 7 roky
rodič
revize
1d3956e31d
3 změnil soubory, kde provedl 0 přidání a 12 odebrání
  1. 0
    4
      JitsiMeetJS.js
  2. 0
    4
      modules/RTC/RTC.js
  3. 0
    4
      modules/RTC/RTCUtils.js

+ 0
- 4
JitsiMeetJS.js Zobrazit soubor

268
      * configurations about resolution for example.
268
      * configurations about resolution for example.
269
      * @param {Array} options.devices the devices that will be requested
269
      * @param {Array} options.devices the devices that will be requested
270
      * @param {string} options.resolution resolution constraints
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
      * @param {string} options.cameraDeviceId
271
      * @param {string} options.cameraDeviceId
276
      * @param {string} options.micDeviceId
272
      * @param {string} options.micDeviceId
277
      * @param {object} options.desktopSharingExtensionExternalInstallation -
273
      * @param {object} options.desktopSharingExtensionExternalInstallation -

+ 0
- 4
modules/RTC/RTC.js Zobrazit soubor

207
      * @param {object} [options] Optional parameters.
207
      * @param {object} [options] Optional parameters.
208
      * @param {array} options.devices The devices that will be requested.
208
      * @param {array} options.devices The devices that will be requested.
209
      * @param {string} options.resolution Resolution constraints.
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
      * @param {string} options.cameraDeviceId
210
      * @param {string} options.cameraDeviceId
215
      * @param {string} options.micDeviceId
211
      * @param {string} options.micDeviceId
216
      * @returns {*} Promise object that will receive the new JitsiTracks
212
      * @returns {*} Promise object that will receive the new JitsiTracks

+ 0
- 4
modules/RTC/RTCUtils.js Zobrazit soubor

1226
      * @param {Object} [options] optional parameters
1226
      * @param {Object} [options] optional parameters
1227
      * @param {Array} options.devices the devices that will be requested
1227
      * @param {Array} options.devices the devices that will be requested
1228
      * @param {string} options.resolution resolution constraints
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
      * @param {string} options.cameraDeviceId
1229
      * @param {string} options.cameraDeviceId
1234
      * @param {string} options.micDeviceId
1230
      * @param {string} options.micDeviceId
1235
      * @param {Object} options.desktopSharingFrameRate
1231
      * @param {Object} options.desktopSharingFrameRate

Načítá se…
Zrušit
Uložit