Home Reference Source
public class | source

EDying

Entry of the dying table containing sockets being removed.

Constructor Summary

Public Constructor
public

constructor(peerId: string, socket: object, timeout: number)

Member Summary

Public Members
public

peer: *

public

socket: *

public

timeout: *

Public Constructors

public constructor(peerId: string, socket: object, timeout: number) source

Params:

NameTypeAttributeDescription
peerId string

The identifier of the peer reachable through the socket.

socket object

The WebRTC socket.

timeout number

Time before the connexion is completely removed and destroyed.

Public Members

public peer: * source

public socket: * source

public timeout: * source