Home Reference Source

References

summary
public

Table that contains all living sockets that might be in use.

public

An interface for protocols that checks if all functions have been provided.

public

Easy-to-use interface to establish multiple WebRTC connections using SimplePeer (npm: simple-peer)

entries

summary
public

C EDying

Entry of the dying table containing sockets being removed.

public

Entry of the living table containing sockets still in use.

public

Entry of the pending table containing sockets being created.

exceptions

summary
public

Exception thrown when the message does not have the required data.

public

Exception that fires when a message arrives too late and the entry in the table has already been purged.

public

Exception that rise when a protocol registers and its identifier already exists in registered protocols of neighborhood-wrtc.

public

Exception that fires when trying to access or use a socket that does not exist.

public

Exception that fires when the interface of the protocol using neighborhood is not complete.

messages

summary
public

Message sent.

public

The message containing the request to create a WebRTC connexion

public

The message containing the response to create a WebRTC connexion

public

C MSend

Message sent when protocolId wishes to send payload.