@vkontakte/calls-sdk 2.6.2-dev.63ede13.0 → 2.6.2-dev.8c5f377.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CallsSDK.d.ts CHANGED
@@ -266,8 +266,9 @@ export declare function removeParticipantInternal(uid: OkUserId, ban?: boolean):
266
266
  *
267
267
  * @param kind Тип устройства для изменения (камера/микрофон/динамик)
268
268
  * @param deviceId ID устройства
269
+ * @param reloadDevice переподключить новые устройства (по-умалчанию, включена)
269
270
  */
270
- export declare function changeDevice(kind: MediaDeviceKind, deviceId: string): Promise<void>;
271
+ export declare function changeDevice(kind: MediaDeviceKind, deviceId: string, reloadDevice?: boolean): Promise<void>;
271
272
  /**
272
273
  * Включить/выключить захват экрана
273
274
  *