comsume-undefined #22

Merged
sergiu merged 9 commits from comsume-undefined into develop 2023-01-12 13:31:47 +00:00
Showing only changes of commit 9716bddd71 - Show all commits

1
app.js
View File

@ -446,6 +446,7 @@ peers.on('connection', async socket => {
*/
socket.on('consumer-resume',() => {
try {
console.log(`[consumer-resume] callId ${callId}`)
const callId = socketDetails[socket.id];
if (isInitiator(callId, socket.id)) {
videoCalls[callId].initiatorConsumerVideo && videoCalls[callId].initiatorConsumerVideo?.resume();