peerix - v0.6.0
    Preparing search index...

    Interface RoomEvents

    Events emitted by a Room instance.

    Hierarchy (View Summary)

    Index
    channel: [ChannelEvent]

    Fired on any data channel event from a remote peer.

    "channel:close": [ChannelEvent]

    A data channel is closed with a remote peer.

    "channel:error": [ChannelEvent]

    An error occurs on a data channel with a remote peer.

    "channel:message": [ChannelEvent]

    A message is received on a data channel from a remote peer.

    "channel:new": [ChannelEvent]

    A data channel is created with a remote peer.

    "channel:open": [ChannelEvent]

    A data channel is opened with a remote peer.

    connection: [ConnectionEvent]

    Fired on any peer connection state change.

    "connection:closed": [ConnectionEvent]

    A peer connection is closed.

    "connection:connected": [ConnectionEvent]

    A peer connection is established.

    "connection:connecting": [ConnectionEvent]

    A peer connection is connecting.

    "connection:disconnected": [ConnectionEvent]

    A peer connection is disconnected.

    "connection:failed": [ConnectionEvent]

    A peer connection has failed.

    "connection:new": [ConnectionEvent]

    A peer connection is created.

    error: [ErrorEvent]

    An error occurs in any background operation.

    stream: [StreamEvent]

    Fired on any media stream change from a remote peer.

    "stream:add": [StreamEvent]

    A media stream is shared by a remote peer.

    "stream:remove": [StreamEvent]

    A media stream is unshared by a remote peer.

    track: [TrackEvent]

    Fired on any media track change from a remote peer.

    "track:add": [TrackEvent]

    A media track is added to a shared stream by a remote peer.

    "track:remove": [TrackEvent]

    A media track is removed from a shared stream by a remote peer.