@vkontakte/calls-sdk 2.6.2-dev.8c5f377.0 → 2.6.2-dev.b477f0a.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,9 +266,8 @@ export declare function removeParticipantInternal(uid: OkUserId, ban?: boolean):
266
266
  *
267
267
  * @param kind Тип устройства для изменения (камера/микрофон/динамик)
268
268
  * @param deviceId ID устройства
269
- * @param reloadDevice переподключить новые устройства (по-умалчанию, включена)
270
269
  */
271
- export declare function changeDevice(kind: MediaDeviceKind, deviceId: string, reloadDevice?: boolean): Promise<void>;
270
+ export declare function changeDevice(kind: MediaDeviceKind, deviceId: string): Promise<void>;
272
271
  /**
273
272
  * Включить/выключить захват экрана
274
273
  *
@@ -520,5 +519,9 @@ export declare function getParticipants(parameters: IGetParticipantsParameters):
520
519
  * @param recordIds Идентификаторы записей истории
521
520
  */
522
521
  export declare function removeHistoryRecords(recordIds: number[]): Promise<void>;
522
+ /**
523
+ * Версия SDK
524
+ */
525
+ export declare function version(): string;
523
526
  export type { AddParticipantParams, ConversationData, ConversationParams, ConversationResponse, ExternalId, ExternalParticipant, ExternalParticipantListMarkers as ExternalParticipantMarkers, ExternalParticipantId, HangupReasonData, IceServer, JSONArray, JSONObject, JSONType, Layout, MediaModifiers, MediaSettings, MuteStates, OkUserId, ParamsObject, ParticipantLayout, ParticipantPriority, ParticipantStateMapped, ParticipantStreamDescription, ParticipantListChunkParameters, IGetParticipantsParameters, SignalingMessage, StatResult, StopStream, WaitingHallResponse, IVideoDimentions, };
524
527
  export { Api, BaseApi, BaseLogger, BaseSignaling, CallDirection, CallType, ChatRoomEventType, ConversationOption, DebugMessageType, ExternalIdType, FacingMode, FatalError, HangupReason, HangupType, MediaOption, MediaTrackKind, MediaType, MuteState, ParticipantState, ParticipantStatus, RecordRole, Signaling, SignalingCommandType, SignalingConnectionType, SignalingNotification, UserRole, UserType, Utils, };