peerix - v0.1.0
    Preparing search index...

    Interface RemotePeerEvents

    Events emitted by RemotePeer instances.

    Index

    Properties

    General data channel event.

    "channel:close": [RemotePeerChannelEvent]

    Data channel closed.

    "channel:error": [RemotePeerChannelEvent]

    Data channel error.

    "channel:message": [RemotePeerChannelEvent]

    Data channel message received.

    "channel:new": [RemotePeerChannelEvent]

    New data channel created.

    "channel:open": [RemotePeerChannelEvent]

    Data channel opened.

    General connection event.

    "connection:closed": [RemotePeerConnectionEvent]

    Connection closed.

    "connection:connected": [RemotePeerConnectionEvent]

    Connection is fully connected.

    "connection:connecting": [RemotePeerConnectionEvent]

    Connection is connecting.

    "connection:disconnected": [RemotePeerConnectionEvent]

    Connection disconnected.

    "connection:failed": [RemotePeerConnectionEvent]

    Connection failed to establish.

    "connection:new": [RemotePeerConnectionEvent]

    New connection established.

    Error event.

    General media stream event.

    "stream:add": [RemotePeerStreamEvent]

    Media stream added.

    "stream:remove": [RemotePeerStreamEvent]

    Media stream removed.

    General media track event.

    "track:add": [RemotePeerTrackEvent]

    Media track added.

    "track:remove": [RemotePeerTrackEvent]

    Media track removed.