Skip to content

Releases: inlivedev/inlive-room

v0.7.2 : Event creator unable to join event room

07 May 12:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.7.2

v0.7.1

25 Apr 10:52
Compare
Choose a tag to compare

Feature

  • Add voice activity detection indicator on participant video

v0.7.0

23 Apr 08:19
433c593
Compare
Choose a tag to compare

What's Changed

  • Ability to Limit Participant to an event from 10 up to 100, @GagahGK in #202
  • Fix the participant & stats query for past event by @GagahGK in #207

Full Changelog: v0.6.1...v0.7.0

v0.6.1

21 Apr 18:22
c22b638
Compare
Choose a tag to compare

BugFix

  • route get room return 404 when in non persistent mode
  • setCodecPreference throw exception end up with a blank page

v0.6.0

05 Apr 09:47
ffa18fa
Compare
Choose a tag to compare

Feature

  • Invite a user to register to the webinar event #201, #203

Bug Fix

  • Fix empty string value on remote client id and client name by updating inlive-js-sdk to version 0.17.2

Full Changelog: v0.5.1...v0.6.0

v0.5.1

04 Apr 08:28
Compare
Choose a tag to compare

Changes :

Full Changelog: v0.5.0...v0.5.1

v0.5.0

02 Apr 01:12
5273228
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.5.0

v0.4.1

27 Mar 05:32
fd7eb7d
Compare
Choose a tag to compare

Change

  • Update inLive JavaScript SDK to v0.16.1. This SDK updates include adjustment on the response returned from SDK createRoom() and getRoom() methods. Based on this PR #195.

Full changelogs v0.4.0...v0.4.1

v0.4.0

25 Mar 07:18
8967503
Compare
Choose a tag to compare

Features

  • Update inLive JavaScript SDK to v0.15.4
  • Empty events page UI is updated (#165)
  • Events page now publicly accessible. Non-sign-in user will see a popup guide about webinar event features. By default the page will display empty events state (#165) (#170) (#171)
  • Events page only lists not yet started, published & draft, cancelled event (#178) (#182)
  • Create event page now publicly accessible. All fields are disabled by default (#161) (#171)
  • Webinar event-related features now are accessible to everyone, not only a limited number of users (#163)
  • Trial users can only publish webinar event 3 times during beta. Contact us if you need to increase the quota (#164)
  • Conference room URLs now use the plural version /rooms (#167)
  • Webinar event URLs now use the plural version /events (#168)
  • User can now able to cancel published event (#169) 7cf150d, 05134c6, e353f2a, 522bda6
  • Endpoint to get registered participants (#176)
  • Display webinar beta feature badge (#172) (#175)
  • Dashboard detail event for event creator when the event has been published (#183)
  • Dashboard detail event and public detail event paths are separated (#185)
  • Update ical for reschedule and cancel event (#181)
  • Update public detail event with more information (#186)
  • Share feature with web share API (#188)
  • Unique join webinar URL (#184)

Bug Fixes

  • Displaying the event time format with en-US locale (#162)
  • Each logo header is changed into inLive Room and redirect to root page (#179)
  • Fix the header sign in button is not responding when the non-login or unauthorized user clicks the button (#174)
  • Display a "sign in to your account" CTA button instead of "go to the front page" link when non-login user visits the protected route (#174)
  • Fix NaN percentage value on past events stat (#177)
  • And many minor adjustments

Full changelogs v0.3.0...v0.4.0

v0.3.0

04 Mar 09:04
Compare
Choose a tag to compare

Features

  • Update inLive JavaScript SDK to v0.15.0
  • Reload modal will be triggered when connection status becomes disconnected whether from peer (connection state failed or closed) or channel failures (#152)
  • Event tracker and stats (#155) (#156) (#160)
  • Add more filter for get events endpoint (#158)

Bug Fixes

  • My events page improvement (#154)
  • Fix video recreating issue because of re-render (#151)
  • Fix issue reloadmodal is rendered multiple times because rendering it on conference screen (#152)
  • Fix event form (#159)

Full changelogs v0.2.1...v0.3.0