Home Reference Source
public class | source

MInternalSend

Message sent.

Constructor Summary

Public Constructor
public

constructor(peerId: string, payload: object)

Member Summary

Public Members
public

payload: *

public

peer: *

public

Public Constructors

public constructor(peerId: string, payload: object) source

Params:

NameTypeAttributeDescription
peerId string

The identifier of the peer that sent the message

payload object

The payload of the message.

Public Members

public payload: * source

public peer: * source

public type: string source