Class: SharedScreencast

SharedScreencast(world, name)

Simple screen sharing component that allows anybody to share their screen in the fixed place in the world, but only one person can share the screen at the same time. Creates a plane (screenShareMesh) to start/stop sharing. Properties of created meshes (position etc) are safe to be changed after creation. Utilizies base Screencast class for state management, receiving side is implemented by RemoteScreen.

Constructor

new SharedScreencast(world, name)

Creates but hides meshes.
Parameters:
Name Type Description
world the world
name screen share name, displayed when sharing. Defaults to user name or id.
Source:

Classes

SharedScreencast

Members

addHandles

Create manipulation handles? Default false
Source:

Methods

init()

Sets up pointer event listener to call startSharing/stopSharing
Source: