opentok-react
opentok-react copied to clipboard
TypeError: onStreamsUpdated is not a function
I am getting this error -
TypeError: onStreamsUpdated is not a function
with sessionHelper .
createSession({
apiKey: obj.apikey,
sessionId: obj.Session_ID,
token: obj.token,
onStreamsUpdated: streams => {
console.log('Current subscriber streams:', streams);
}
});