webrtc/signaling: Correct the condition when calling a busy peer
Hi,
Thanks for such great examples for reference and study!
I thought there exists a little mistake in webrtc signaling server. When a session request is coming, ERROR
occurs when the callee is busy. But peer_status
is the status of the caller, which is of course None
when calling someone, while self.peers[callee_id][2]
is that of the callee.