Closed lavolp3 closed 4 years ago
getSID: function() { return this.sid; },
This provides an empty SID if this.call()has not been called by any of the other functions in the current session. Any call via this.call fills this.sid with the current sid. Only after that, the getSID function is useful
this.call()
this.sid
Why do you think that's a problem? With empty sid, api call will fail as expected.
I thought this was not intended but understand it is. Will close this.
This provides an empty SID if
this.call()
has not been called by any of the other functions in the current session. Any call via this.call fillsthis.sid
with the current sid. Only after that, the getSID function is useful