DSp4wN

Results 5 comments of DSp4wN

I tried typing zero and nine but the 0 gets immediately converted to 12 creating a problem in typing the single digit hour with zero

1) The issue specific to all attendees 2) There is no change in muted, videoEnabled, sharingContent and signalStrength state of useAttendeeState hook no matter what I do. All other hooks...

I was using useToggleLocalMute hook previously and looks like it was causing the issue for me now I am using the audioVideo hook directly instead of useToggleLocalMute and everything works...

I was pretty sure about using the correct attendeeId as it was getting logged in the console too, but the issue was that I was not able to get the...

I use meetingManager.getAttendee call back to get the attendeeId, store it and then map it via a local state.