Commits
Travis Cross committed c1f1f8b98e0
Check for too many SRTP errors before warning We're checking whether we've hit the warning threshold before checking whether we should just end the call. This causes an off-by-one error where we take one SRTP error more than intended. This commit reverses the order of the tests.