@vonage/client-sdk 1.6.1-alpha.2 → 1.6.1-alpha.3

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.
@@ -33561,7 +33561,7 @@ function requireClientsdkClientcore () {
33561
33561
  setMetadataFor(Failed, 'Failed', classMeta, StateTransition);
33562
33562
  //endregion
33563
33563
  function BuildKonfig() {
33564
- this.g1d_1 = '1.6.1-alpha.2';
33564
+ this.g1d_1 = '1.6.1-alpha.3';
33565
33565
  }
33566
33566
  var BuildKonfig_instance;
33567
33567
  function CoreClientWithMedia() {
@@ -74232,8 +74232,8 @@ function requireClientsdkClientcore () {
74232
74232
  function getPeerConnection(id) {
74233
74233
  return this.media.getPeerConnection(id);
74234
74234
  }
74235
- function getAudioElement() {
74236
- return this.media.getAudioElement();
74235
+ function getAudioOutputElement() {
74236
+ return this.media.getAudioOutputElement();
74237
74237
  }
74238
74238
  function serverCall(context) {
74239
74239
  var tmp0_safe_receiver = get_jsonNullable(context);
@@ -80982,7 +80982,7 @@ function requireClientsdkClientcore () {
80982
80982
  protoOf(CombinedClientJS).getConversation = getConversation;
80983
80983
  protoOf(CombinedClientJS).getUser = getUser;
80984
80984
  protoOf(CombinedClientJS).getPeerConnection = getPeerConnection;
80985
- protoOf(CombinedClientJS).getAudioElement = getAudioElement;
80985
+ protoOf(CombinedClientJS).getAudioOutputElement = getAudioOutputElement;
80986
80986
  protoOf(CombinedClientJS).serverCall = serverCall;
80987
80987
  protoOf(CombinedClientJS).reconnectCall = reconnectCall;
80988
80988
  protoOf(CombinedClientJS).getLeg = getLeg;
@@ -85781,7 +85781,7 @@ class MediaClient {
85781
85781
  }
85782
85782
  });
85783
85783
  }
85784
- getAudioElement() {
85784
+ getAudioOutputElement() {
85785
85785
  return this.audio;
85786
85786
  }
85787
85787
  getPeerConnection(id) {
@@ -90237,8 +90237,8 @@ class VonageClient extends clientsdkClientcore_jsExports.vonage.CombinedClientJS
90237
90237
  * @experimental
90238
90238
  * @group Voice
90239
90239
  */
90240
- getAudioElement() {
90241
- return super.getAudioElement();
90240
+ getAudioOutputElement() {
90241
+ return super.getAudioOutputElement();
90242
90242
  }
90243
90243
  /**
90244
90244
  * Get the Leg for a call
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonage/client-sdk",
3
- "version": "1.6.1-alpha.2",
3
+ "version": "1.6.1-alpha.3",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "module": "dist/client/index.mjs",