Questions tagged [zegocloud]
27 questions
0
votes
0 answers
Why zegocloud Video Communication system is not connect in kubernetes?
I have created a web app using zegocloud to make video calls. When I run this app as an image inside kubernetes the web app runs but the video calling system doesn't find the device inside.
enter image description here
I want try to connect video…

Marof
- 1
0
votes
1 answer
zegocloud's video/audio sdk flutter package error
trying to add zego_express_engine in my project.
after adding this package zego_express_engine: ^3.3.1 when i tried to run i got this error,
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project…

Tanvir Ibn Mizan
- 61
- 1
- 6
0
votes
1 answer
A non-serializable value was detected in the state when initial zegoCloud data
This is my code from Home.js. Basically I want in the first time login to homepage will dispatch(setZego(zp)) value.
useEffect(() => {
if (currentUser) {
init();
}
}, []);
async function init() {
const…
0
votes
3 answers
Can not find source map
I has this warning since I install zego-ui-toolkit. I trying reinstall and also delete node_modules but not working. This is not an error that cause my system fail but it really annoying.
0
votes
0 answers
ZEGOCLOUD generatetoken is invalid
This is my url when I run nodejs backend.
This is my folder structure.
My index.js
// Import packages
require("dotenv").config();
const express = require("express");
const cors = require("cors");
const app = express();
const port = 5000;
const…
0
votes
0 answers
Not found 404 when deploy nodejs vercel
I has my index.js file , I write with nodejs.
const express = require("express");
const cors = require("cors");
const app = express();
const port = 5000;
const bodyParser = require("body-parser");
const zego =…
0
votes
0 answers
This can also happen if there are multiple copies of '@react-navigation' packages installed
Error: Couldn't register the navigator. Have you wrapped your app with 'NavigationContainer'?
This can also happen if there are multiple copies of '@react-navigation' packages installed.
how can i fix navigation for zegocloud invite call

muhammad umer
- 1
- 1
0
votes
0 answers
I am using ZegoUIKitPrebuiltCall for audio and video calling but got error
I am using ZegoUIKitPrebuiltCall for audio and video calling but got error.When i attend the call it works well but when i decline the call it gives following error.
ERROR TypeError: undefined is not an object (evaluating…

Shahjahan Mukhtar
- 23
- 3
0
votes
1 answer
My Flutter app is crashing when i am using zegocloud prebuilt ui call kit
I am using zegocloud prebuilt ui kit and it is crashing when i am opening the apk after building apk using flutter build apk command. can anyone also faced the same problem and if anyone faced this same problem please let me know also the solution…
0
votes
0 answers
How to fix two navigationcontainer conflict in react-native
I want to use the ZegoCloudUIkit for voice call so after setting up my project, I imported the ZegoCloudUIKit and applied it to my existing code. I runned it and was getting errors.
first error message:
Error: Looks like you have nested a…

Redemption Jonathan
- 13
- 5
0
votes
0 answers
Voice and Video call integration of zegocloud with rails
I am new to rails and i get a chance to implement voice and video call features to the app but i have to do it with the zegocloud.
i did a lot search for implementation of voice and video call but most of the articles is on twilio.
what should i do…

Aaquib Jawed
- 485
- 4
- 11
0
votes
1 answer
How to set the ZEGOCLOUD SDK so that the other end cannot hear the sound of the music played by the other end
I built a video call app using ZEGOCLOUD's SDK.
When A (using an oppo phone) and B are talking, A wears the headset and uses the music player to play music, then B can hear the music played by A, I want B to listen no music.
How should it be set up?

Kan Robert
- 259
- 1
- 10