@signalwire/js 4.0.0-dev-20260224152911 → 4.0.0-dev-20260224163014

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/dist/browser.mjs CHANGED
@@ -16203,7 +16203,7 @@ var SignalWire = class extends Destroyable {
16203
16203
  async init() {
16204
16204
  this._subscriber$.next(new Subscriber(this._deps.http));
16205
16205
  if (!this._options.skipConnection) await this.connect();
16206
- if (this._options.skipReconnect && this._attachManager) await this._attachManager.flush();
16206
+ if (!this._options.reconnectAttachedCalls && this._attachManager) await this._attachManager.flush();
16207
16207
  if (!this._options.skipRegister) this.register();
16208
16208
  this.handleAttachments();
16209
16209
  }
@@ -16634,5 +16634,5 @@ emitReadyEvent();
16634
16634
  if (typeof process === "undefined") globalThis.process = { env: { NODE_ENV: "production" } };
16635
16635
 
16636
16636
  //#endregion
16637
- export { Address, CallCreateError, ClientPreferences, CollectionFetchError, MediaTrackError, MessageParseError, Participant, SelfParticipant, SignalWire, StaticCredentialProvider, Subscriber, VertoPongError, WebRTCCall, embeddableCall, isSelfParticipant, ready, version };
16637
+ export { Address, CallCreateError, ClientPreferences, CollectionFetchError, InvalidCredentialsError, MediaTrackError, MessageParseError, Participant, SelfParticipant, SignalWire, StaticCredentialProvider, Subscriber, UnexpectedError, VertoPongError, WebRTCCall, embeddableCall, isSelfParticipant, ready, version };
16638
16638
  //# sourceMappingURL=browser.mjs.map