Remove callback with producer id from transport-produce
This commit is contained in:
parent
d5cb144799
commit
ba5add489d
2
app.js
2
app.js
@ -272,7 +272,7 @@ const createWebRtcTransportLayer = async (callId, callback) => {
|
|||||||
dtlsParameters: transport.dtlsParameters,
|
dtlsParameters: transport.dtlsParameters,
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('params', params);
|
// console.log('params', params);
|
||||||
|
|
||||||
// send back to the client the following prameters
|
// send back to the client the following prameters
|
||||||
callback({
|
callback({
|
||||||
|
Loading…
Reference in New Issue
Block a user