Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).

createRoom callbackError arguments?

Daniel_E_
Beginner
224 Views

In the documentation it says 

callbackError(err)
 

suggesting that the function should accept one argument. But in basicServer.ts there is a call to createRoom that passes an error callback like:

function(status, err) { ...

What is the meaning of the two parameters? The err is just logged in the example.

 

0 Kudos
0 Replies
Reply