Android SkyWay integration with my own PeerJs server
Hi, I'm trying to use the skyway android sdk with my self hosted PeerJs server using this modification of the example code:
PeerOption option = new PeerOption();
option.type = Peer.PeerTypeEnum.PEERJS;
option.host = "127.0.0.1";
option.port = 9000;
option.path="/myapp";
_peer = new Peer(this, "199200", option);
But the Peer.PeerTypeEnum.PEERJS show as deprecated an i cant make a connection with my
server, also every time i run the example app it raise an error with the API KEY that is
empty because i am using my own server.
Can someone help me!!!!
Thanks in advance
-
SkyWay Android SDK does not work on peerjs-server. Please use SkyWay Community Edition.
Please sign in to leave a comment.
Comments
1 comment