Home Reference Source
public class | source

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:

NameTypeAttributeDescription
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.

Public Members

public alreadyExists: boolean source

public peer: * source

public socket: * source

public successful: boolean source

public tid: * source

public timeout: * source