call-signal
Exchange Call Signal in a Chat
1. Someone Sends a Signal
a response to the request is not sent back to the signal sender, to avoid signal collision or conflict
2. Another Receives the Signal
signalProps
could be any kind of data; the purpose of this socket route is to exchange signal data between connected peers;for instance, it can be used to exchange information like an RTC Session Description, from the sender to the receiver and vice-versa; essentially, the
signalProps
is a garbage-in-garbage-out analogy, whatever the sender sends, the receiver receives.
Modified at 2025-05-31 17:22:27