@vkontakte/calls-sdk 2.6.3-beta.5 → 2.6.3-beta.7

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
@@ -165,6 +165,12 @@ export declare const browser: {
165
165
  * Возвращает AudioContext
166
166
  */
167
167
  getAudioContext: typeof WebRTCUtils.getAudioContext;
168
+ /**
169
+ * Браузер поддерживает захват звука при трансляции экрана
170
+ *
171
+ * _Метод доступен до инициализации_
172
+ */
173
+ isAudioShareSupported: typeof WebRTCUtils.isAudioShareSupported;
168
174
  };
169
175
  export declare function setApi(api: BaseApi): void;
170
176
  export declare function setSignalingFactory(signalingFactory: () => BaseSignaling): void;