Closed mklepaczewski closed 2 years ago
Using Daily Prebuilt, when clicking the Leave button, the DailyCall.meetingState() should return left-meeting.
DailyCall.meetingState()
left-meeting
After leaving the meeting DailyCall.meetingState() always returns joined-meeting.
joined-meeting
https://codepen.io/mklepaczewski/pen/JjvKEeB
DailyCall
Calling DailyCall.leave() or DailyCall.destroy() directly (i.e. skipping the Leave button) works correctly and changes the state to left-meeting.
DailyCall.leave()
DailyCall.destroy()
This bug seems to have been fixed in release 0.32.0.
Expected behavior
Using Daily Prebuilt, when clicking the Leave button, the
DailyCall.meetingState()
should returnleft-meeting
.Describe the bug (unexpected behavior)
After leaving the meeting
DailyCall.meetingState()
always returnsjoined-meeting
.Steps to reproduce
https://codepen.io/mklepaczewski/pen/JjvKEeB
DailyCall
meeting state never changes fromjoined-meeting
.Additional info
Calling
DailyCall.leave()
orDailyCall.destroy()
directly (i.e. skipping the Leave button) works correctly and changes the state toleft-meeting
.System information