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: falseremote: enabled: true server: 'your.peerjs.server.com' port: 9000Properties
Section titled “Properties”enabled
Section titled “enabled”Type: boolean
Description: Whether to enable the Web Remote feature. The default value is true.
server
Section titled “server”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 '/'.
peerId
Section titled “peerId”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}.