-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Video isn't showing to each other #140
Comments
Hello @ddevilcore , Could you please check the values of VideoFlags.receiveVideo and VideoFlags.sendVideo that you pass to Client.call API? If you need to enable video during an audio call, I recommend to set VideoFlags.receiveVideo = true. This way when you enable video on the remote side, the video should be received on the client and you should get EndpointEvents.remoteVideoStreamAdded event. Please let me know if it helps. Best regards, |
Thank you for answer
So We're implemented it in our method of VoxComponent & Voximplant manager, console logs shows that EndpointEvents.remoteVideoStreamAdded event is called when call is running |
We're implemented react-native-voximplant for React Native & voximplant-websdk for web and now testing this
Stuck on issue when we're doing audio call and then switch it to video call
Check-list
Notes
Versions
Web > voximplant-websdk: "^4.4.2-2039"
Mobile React Native > [email protected]
The text was updated successfully, but these errors were encountered: