JavaScript
Sending a signal to all clients in a session
To send a signal to all clients in a session, call the signal() method of the Session object, but do not set a to property for the signal parameter:
For details on the other options you pass into the signal() method, see the previous section.
Calling this method without limiting the set of recipient clients will result in multiple signals sent (one to each client in the session).
Signaling
Learn how to use Vonage Video API signaling to build robust messaging into your Android, iOS, or web application. With signaling, users can send messages, control robots, and more!
Steps
1
Introduction2
Sending a signal to a specific client in a session3
Sending a signal to all clients in a session4
Receiving signals in a session5
Preventing signals from being sent during automatic reconnection