Home Reference Source
import MGiveDescriptor from 'tman-wrtc/lib/messages/mgivedescriptor.js'
public class | source

MGiveDescriptor

Message that gives your descriptor to another peer.

Constructor Summary

Public Constructor
public

constructor(inview: string, descriptor: object)

Member Summary

Public Members
public
public

peer: *

public

Public Constructors

public constructor(inview: string, descriptor: object) source

Params:

NameTypeAttributeDescription
inview string

The identifier of the inview of the sender.

descriptor object

The descriptor of the sender.

Public Members

public descriptor: * source

public peer: * source

public type: string source