Refactor transportclose 14.5
This commit is contained in:
parent
d9a53ecf20
commit
12516b59b8
1
app.js
1
app.js
@ -280,6 +280,7 @@ const createWebRtcTransportLayer = async (callId, callback) => {
|
||||
}
|
||||
|
||||
const closeRoom = (callId) => {
|
||||
console.log('[closeRoom]', callId);
|
||||
// Close transport for producer/consumer
|
||||
// https://mediasoup.org/documentation/v3/mediasoup-client/api/#Transport-methods
|
||||
// producerTransport.close()
|
||||
|
Loading…
Reference in New Issue
Block a user