Skip to content

Remote Configuration

Using the remote section in your config file you can enable / disable the Web Remote or change the PeerJS server it uses for negotiation.

remote:
enabled: false
remote:
enabled: true
server: 'your.peerjs.server.com'
port: 9000

Type: boolean

Description: Whether to enable the Web Remote feature. The default value is true.


Type: string

Description: The PeerJS server URL to use for negotiation. The default value is the PeerJS cloud server.


Type: number

Description: The PeerJS server port to use for negotiation. The default value is 9000.


Type: string

Description: The PeerJS server path to use for negotiation. The default value is '/'.


Type: string

Description: The PeerJS ID to use for this TVS instance. The default value is a random ID in the format TVS-{random value}.