Closed wooliet closed 1 year ago
Thanks for reporting this. We're looking into it and get back to you shortly.
Please provide your API key via our support system: https://getstream.io/contact/support/
The solution to my problem was an extension of the Chat trial (not Video). Seems like something that needs sorting out, but for now my issue has been resolved.
Thanks @szuperaz
Which package/packages do you use?
@stream-io/video-react-sdk
@stream-io/video-react-native-sdk
@stream-io/video-client
Describe the bug
On creating a new
StreamVideoClient
instance, the following error is logged:The message is correct in that the Chat product is not activated. However, the "Video & Audio" product is activated with a valid key.
To Reproduce
Create a new instance of StreamVideoClient using valid token and user id.
A set of errors is logged to the console:
The
StreamVideoClient
instance is created, and aCall
is created. But using it tojoin
throws an error, and the error itself is undefined.Expected behavior Expected a new
StreamVideoClient
instance that could be used to create aCall
and then create a video.Screenshots Included above
Version
Env:
Fill out what's applicable
React / JS client
Node JS client
Additional context
This is a web application built using Vue.