Sam Jesso

Results 6 comments of Sam Jesso

@rnewman Doesn't look like it. Here are the approximate changes I made: ```diff - + ``` and ```diff useEffect( () => { // Always render attendee "jamsesso" into the video...

I've confirmed that attempting to bind `aaaa` and `bbbb` still does not work.

@ltrung I added a flag so that only one `VideoPlayer` calls `meetingManager.join()` and `meetingManager.start()`. See: ```js useEffect( (): void => { if (shouldJoin) { (async () => { await meetingManager.join(meetingInfo);...

@ltrung Our application lets you drag and drop the video tile from the pink side to the red side. When the drop event occurs, we want both videos to be...

Not a problem re: vacation time. I just read up on filters, which I admittedly didn't know existed! What I like about the proposed interface is that it only allows...

I'm not sure, to be honest. What I was trying to illustrate was that the authentication scheme could have a similar interface to filters (and not rely on `HTTPBuilder`). The...