WebGL error

Lovatto
✭
in Photon Voice
Hi.
I have a problem with Photon Voice, after import and switch to WebGL platform can't compile due a missing reference in the script LoadBalancingClient.cs line 739, I solved it simple commented it:
I hope you can fix it for default.
Regards.
I have a problem with Photon Voice, after import and switch to WebGL platform can't compile due a missing reference in the script LoadBalancingClient.cs line 739, I solved it simple commented it:
this.Listener.DebugReturn(DebugLevel.WARNING, "WebGL requires WebSockets. Switching TransportProtocol to WebSocketSecure.");
I hope you can fix it for default.
Regards.
0
Comments
-
Oh no sorry I don't know that, I just start using it recently and it is not mentioned in the description or the web page.
Anyway thanks for the reply.0 -
Hi, Im using Chat system on unity webGl this error is comming up:
"WebGL requires WebSockets. Switching TransportProtocol to WebSocketSecure."
0 -
Hi,
This is a warning, not an error. Ignore it or set proper protocol during client initialization.
0