EPending
Entry of the pending table containing sockets being created.
Constructor Summary
Public Constructor | ||
public |
constructor(temporaryId: string, peerId: string, protocolId: string, socket: object, timeout: number) |
Member Summary
Public Members | ||
public |
|
|
public |
peer: * |
|
public |
socket: * |
|
public |
|
|
public |
tid: * |
|
public |
timeout: * |
Public Constructors
public constructor(temporaryId: string, peerId: string, protocolId: string, socket: object, timeout: number) source
Params:
Name | Type | Attribute | Description |
temporaryId | string | A temporary id used to retrieve the entry. |
|
peerId | string | The identifier of the peer reachable through the socket. Null if the peerId is yet to be known. |
|
protocolId | string | The identifier of the protocol that wishes to establish the connexion. |
|
socket | object | The WebRTC socket. |
|
timeout | number | Maximum time for a connexion to establish. |