Commit 25d0976
committed
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.1 parent 70741e4 commit 25d0976
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
0 commit comments