I am trying to room this int a Express-server ant there are multiple issue . Fisrt all in all we have not a API docs for the server side with kind of method for use it . Second when i am initializing RTCMultiConnectionServer.addSocket(socket, config);the` method don't return back nothing . Third did this: follow the Scalable-BroadCast i could took the index.js from nodeScript and adding direct the Scalable-BroadCast.js file directly to the express server just i took the local signaling but i am trying to take the remote i have not any idea where it is this part because direct in the RTCMultiConnection-Server it not inside . all the emit from socket are working very good but i can not make after the connection.onstream repply the REMOTE' type just i get the local because the sockets still inside of my angular's project
I am trying to room this int a Express-server ant there are multiple issue . Fisrt all in all we have not a API docs for the server side with kind of method for use it . Second when i am initializing
RTCMultiConnectionServer.addSocket(socket, config);
the` method don't return back nothing . Third did this: follow the Scalable-BroadCast i could took the index.js from nodeScript and adding direct the Scalable-BroadCast.js file directly to the express server just i took the local signaling but i am trying to take the remote i have not any idea where it is this part because direct in the RTCMultiConnection-Server it not inside . all the emit from socket are working very good but i can not make after the connection.onstream repply the REMOTE' type just i get the local because the sockets still inside of my angular's project