Update server
This commit is contained in:
parent
8444809910
commit
56bdbca537
3
app.js
3
app.js
@ -435,7 +435,8 @@ peers.on('connection', async socket => {
|
|||||||
rtpParameters: videoCalls[callId].consumerAudio.rtpParameters,
|
rtpParameters: videoCalls[callId].consumerAudio.rtpParameters,
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log('[consume] params', params);
|
console.log('[consume] videoParams', videoParams);
|
||||||
|
console.log('[consume] audioParams', audioParams);
|
||||||
// Send the parameters to the client
|
// Send the parameters to the client
|
||||||
callback({ videoParams, audioParams });
|
callback({ videoParams, audioParams });
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user