Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ReceiveVideoController) fix setting lastN to 0
When lastN is first set to some truty value and then 0, it wouldn't be set because we relied on a "truthyness" check. Check if the value is undefined so it can be set to 0.
- Loading branch information