Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't go from Idle(UAC) straight to the Dead state. The problem with
that, is Dead's OnActivate() cleans up all callback pointers, thus making a subsequent self.ua.DiscCb() effectively a NOP. When external media relay is active, we can be staying in the Idle(UAC) state for an extended amount of time, waiting for the remote rtpproxy to complete a request.
- Loading branch information