|
@@ -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
|