Room

Room

Class that contains the methods for Room.

Constructor

(private) new Room()

Source:

Methods

(private, static) joinRoom(optionsopt, prefetchedStreamopt) → {Promise}

Method that starts the Room Session.

Parameters:
Name Type Attributes Description
options joinRoomOptions <optional>

The options available to join the room and configure the session.

prefetchedStream MediaStream <optional>

The prefetched media stream object obtained when the user calls getUserMedia before joinRoom.

Source: