webrtc: Fix trace log 'from' value
As described in issue #1802 (closed), the webrtc->signaling_state
and new_signaling_state
values were the same when printed in the trace log.
Since this is just an enum, I've added a old_signaling_state
variable to hold the previous value, so that the
print statement works as intented.
Edited by Eva Pace