Message Category
webrtc-signaling-server
sId
reserved word that the client needs to create an id on the server. This is a necessary step for signaling communication.
Session
reserved word that the client needs to create a session on the server. This is a necessary step for communication 'call' request.
Call
reserved word that is required when the client makes a communication call request to the server.
Accept
reserved word that is required when the client makes a communication accept request to the server.
Reject
reserved word that is required when the client makes a communication denial request to the server.
Stop
reserved word that is required when the client makes a communication stop request to the server.
Leave
reserved word that the server unilaterally sends to the client. Occurs when two clients are communicating and one client is disconnected due to various problems, (e.g. network outage) the other party receives this .
Icecandidate
reserved word that is required when a client sends an candidate returned from a turn server to the server.
Clu (client list update)
reserved word that server sends unilaterally to the client. Occurs when the client list is updated.
Ssu (session state update)
reserved word that occurs when a session created or received by the client is updated.
Notify
reserved word that the client needs to send a message to other clients.
Error
reserved word when an error occurs on the server. The client will only receive it.
See the link below for the error code.
Last updated
Was this helpful?