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

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
@@ -15556,6 +15556,9 @@ var ClientSessionWrapper = class {
15556
15556
  get signalingEvent$() {
15557
15557
  return this.clientSessionManager.signalingEvent$;
15558
15558
  }
15559
+ get iceServers() {
15560
+ return this.clientSessionManager.iceServers;
15561
+ }
15559
15562
  async execute(request, options) {
15560
15563
  return this.clientSessionManager.execute(request, options);
15561
15564
  }
@@ -16634,5 +16637,5 @@ emitReadyEvent();
16634
16637
  if (typeof process === "undefined") globalThis.process = { env: { NODE_ENV: "production" } };
16635
16638
 
16636
16639
  //#endregion
16637
- export { Address, CallCreateError, ClientPreferences, CollectionFetchError, InvalidCredentialsError, MediaTrackError, MessageParseError, Participant, SelfParticipant, SignalWire, StaticCredentialProvider, Subscriber, UnexpectedError, VertoPongError, WebRTCCall, embeddableCall, isSelfParticipant, ready, version };
16640
+ export { Address, CallCreateError, ClientPreferences, CollectionFetchError, InvalidCredentialsError, MediaTrackError, MessageParseError, Participant, SelfCapabilities, SelfParticipant, SignalWire, StaticCredentialProvider, Subscriber, UnexpectedError, VertoPongError, WebRTCCall, embeddableCall, isSelfParticipant, ready, version };
16638
16641
  //# sourceMappingURL=browser.mjs.map