Skip to content

chapin666/kurento-group-call-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kurento-group-call-node (DEFAULT SFU)

This code is an example, I did not optimize it.

Please contact me for more information.

Required

Node Version: Node 8.x

branch checkout

git checkout sfu

or

git checkout mcu

install


npm install bower -g

npm run get

edit

./server/index.js 

const argv = minimst(process.argv.slice(2), {
    default: {
        as_uri: 'https://localhost:3000',
        ws_uri: 'ws://127.0.0.1:8888/kurento'   // your KMS uri
    }
});

run

 node index.js 

Mobile Client ( React Native )

kurento-group-call-react-native

server-side Must be trusted https

or

modify the server-side code to http (Only Firefox support)