Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PeerManager

A class to manage multiple peers.

Hierarchy

  • PeerManager

Index

Constructors

constructor

Properties

actionManager

actionManager: ActionManager

roomServer

roomServer: RoomServer

Room server to get notification of new user from.

Methods

Private displayRoomId

  • displayRoomId(roomId: string): void

joinRoom

  • joinRoom(roomId: string): void
  • Notify the room server that we want to join a room.

    Parameters

    • roomId: string

      Id of the room we want to join.

    Returns void

newRoom

  • newRoom(): void

Private setupServerListeners

  • setupServerListeners(): void

Generated using TypeDoc