Skip to content

Stuck on Networked-Aframe Connecting #414

Closed Answered by psociety
psociety asked this question in Q&A
Discussion options

You must be logged in to vote
networked-scene="
      serverURL: localhost:8080
      room: default;
      debug: true;
      adapter: wseasyrtc;
  "

it's just missing a ";".

networked-scene="
      serverURL: localhost:8080;
      room: default;
      debug: true;
      adapter: wseasyrtc;
  "

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by psociety
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant