Skip to content

Releases: sendbird/sendbird-calls-javascript

0.6.6

19 Feb 10:24
Compare
Choose a tag to compare

0.6.6 (Jan 22, 2020)

  • Call is automatically disconnected after certain time (currently 1 min) when one peer leaves call session without explicitly hanging up.
  • Removed redundant deprecation warning in callOption.

0.6.5

19 Feb 10:23
Compare
Choose a tag to compare

0.6.5 (Jan 8, 2020)

  • Changed some parameters names of callOption.
    • callOption.localVideoView and callOption.remoteVideoView is now deprecated.
    • localVideoView -> localMediaView
    • remoteVideoView -> remoteMediaView

0.6.4

19 Feb 10:23
Compare
Choose a tag to compare

0.6.4 (Jan 2, 2020)

  • Fixed call.getDuration()

0.6.3

19 Feb 10:23
Compare
Choose a tag to compare

0.6.3 (Dec 26, 2019)

  • Fixed connection for FireFox, exported LoggerLevel enum

0.6.2

19 Feb 10:22
Compare
Choose a tag to compare

0.6.2 (Dec 20, 2019)

  • Fixed logger, polyfill

0.6.1

19 Feb 10:22
Compare
Choose a tag to compare

0.6.1 (Dec 20, 2019)

  • Removed core-js dependency