Add new-producer event; Update client to consume when receives new-producer event #24

Merged
sergiu merged 4 commits from LAPI-675-generate-new-producer-in-mediasoup-and-client into develop 2023-01-16 15:40:06 +00:00
Member
No description provided.
sergiu added 2 commits 2023-01-13 18:15:00 +00:00
sergiu requested review from cristi 2023-01-13 18:15:05 +00:00
cristi approved these changes 2023-01-16 10:14:02 +00:00
app.js Outdated
@ -265,1 +268,4 @@
await videoCalls[callId].initiatorProducerTransport.connect({ dtlsParameters });
videoCalls[callId].receiverSocket.emit('new-producer', {
callId
});
Owner

We can refactor so that we only have one emit and connect instructions. Will be better when the new-producer messages changes.

We can refactor so that we only have one `emit` and `connect` instructions. Will be better when the `new-producer` messages changes.
sergiu marked this conversation as resolved
sergiu added 1 commit 2023-01-16 15:32:46 +00:00
sergiu added 1 commit 2023-01-16 15:39:30 +00:00
sergiu merged commit a2d0b6771b into develop 2023-01-16 15:40:06 +00:00
sergiu deleted branch LAPI-675-generate-new-producer-in-mediasoup-and-client 2023-01-16 15:40:10 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Safemobile/mediasoup#24
No description provided.