Home Reference Source
public class | source

MConnectTo

Message that requires from-peer to initiate a WebRTC connection with to to-peer.

Constructor Summary

Public Constructor
public

constructor(from: string, to: string)

Member Summary

Public Members
public

from: *

public

to: *

public

Public Constructors

public constructor(from: string, to: string) source

Params:

NameTypeAttributeDescription
from string

The identifier of the peer that should initiate the WebRTC connection.

to string

The identifier of the peer that should accept the WebRTC connection.

Public Members

public from: * source

public to: * source

public type: string source