Skip to content

Latest commit

 

History

History
452 lines (228 loc) · 37 KB

CHANGELOG.md

File metadata and controls

452 lines (228 loc) · 37 KB

Change Log

1.6.3

Patch Changes

1.6.2

Patch Changes

1.6.1

Patch Changes

1.6.0

Minor Changes

Patch Changes

1.5.0

Minor Changes

  • #487 e1a0a7e Thanks @lukasIO! - Sync muted state with track.enabled when calling replaceTrack"

  • #485 1cc2cab Thanks @lukasIO! - Don't filter out default devices in order to detect OS Level default switches

Patch Changes

1.4.4

Patch Changes

1.4.3

Patch Changes

1.4.2

Patch Changes

1.4.1

Patch Changes

1.4.0

Minor Changes

  • #443 438d067 Thanks @lukasIO! - Breaking Decouple SubscriptionStatus and SubscriptionPermissionStatus

Patch Changes

1.3.3

Patch Changes

1.3.2

Patch Changes

1.3.1

Patch Changes

  • #418 82107cf Thanks @davidzhao! - Fixed compatibility with older browsers with setCodecPreferences (Chrome 96)

1.3.0

Minor Changes

Patch Changes

  • #393 bfad4b3 Thanks @wcarle! - Prevent multiple redundant monitors from being started if start is called multiple times on a RemoteTrack

1.2.11

Patch Changes

1.2.10

Patch Changes

  • #382 8499723 Thanks @lukasIO! - Disable simulcast if an user provides empty array for custom layers

1.2.9

Patch Changes

1.2.8

Patch Changes

  • #371 e1a004e Thanks @lukasIO! - only set volume on attach if elementVolume has been previously set

1.2.7

Patch Changes

  • #369 a3d6de6 Thanks @lukasIO! - Fix reconnect promise not being reset after reconnect attempts are exhausted

1.2.6

Patch Changes

  • #365 d040aff Thanks @lukasIO! - Make sure that ParticipantConnected fires before related TrackEvents

1.2.5

Patch Changes

  • #359 31e3883 Thanks @lukasIO! - Only reject connection promise if it was triggered by a call to connect()
  • #358 8ceceff Thanks @lukasIO! - Add safari explicitly to browserslist, to ensure compatibility with Safari 11"
  • #363 4665f74 Thanks @lukasIO! - Decrease publication timeout to 10s and clean local state on failed unpublish attempts

1.2.4

Patch Changes

  • #330 dbbfe5f Thanks @lukasIO! - Check for duplicate source publications before adding them to tracks

1.2.3

Patch Changes

  • #328 aac61a9 Thanks @lukasIO! - Make local track publication timeout instead of waiting indefinitely for server response
  • #329 5aea501 Thanks @lukasIO! - Log warning if multiple tracks of the same source are published
  • #323 02c025f Thanks @lukasIO! - Remove internal event listeners from local participant on disconnect

1.2.2

Patch Changes

1.2.1

Patch Changes

1.2.0

Minor Changes

  • #308 5b1c5a0 Thanks @lukasIO! - Try to re-aquire mediastreamtrack when device has been disconnected, pause upstream if no device could be acquired

Patch Changes

1.1.9

Patch Changes

1.1.8

Patch Changes

  • #293 e65443a Thanks @lukasIO! - Respect stopLocalTrackOnUnpublish in event of engine disconnect
  • #296 9e78db7 Thanks @lukasIO! - Additional guards against creating localParticipant as remoteParticipant

1.1.7

Patch Changes

1.1.6

Patch Changes

  • #285 fccb2cb Thanks @lukasIO! - Allow AudioCaptureOptions to be passed to ScreenCaptureOptions

1.1.5

Patch Changes

1.1.4

Patch Changes

  • #279 301ccc0 Thanks @lukasIO! - Only restart tracks if they are internally managed by the sdk

1.1.3

Patch Changes

1.1.2

Patch Changes

1.1.1

Patch Changes

1.1.0

Minor Changes

Patch Changes

1.0.4

Patch Changes

  • 3e5e3b8: Fix dynacast fallback when simulcast codec is not available
  • 4a51ae0: Fix getParticipantIdentity returning undefined in some cases

1.0.3

Patch Changes

  • 9487a4d: Fix typescript declaration location

1.0.2

Patch Changes

  • 4effe17: Moving StreamState to Track to improve usability
  • 3bca206: Fix: guard against (multiple) simultaneous reconnect attempts

0.12.0

  • Updated API to create screen share tracks.