Replies: 1 comment 12 replies
-
Did you replace the value of |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a problem when i use plugnMeet. When i try to enter a video call after clicking the microphone it gives me this error: Error: could not establish pc connection.
I have tried the find from internet or plugnMeet forum if the problem is solved but there is not a concrete solution. In documentation it suggest me as: --config "/app/livekit.yaml" --dev --node-ip YOUR_IP_HERE
-- https://www.plugnmeet.org/docs/developer-guide/setup-development/
However, even though i do as it is indicated in documentation the problem persist. Does anyone has a idea what can i do to resolve the problem?
I use ubuntu version 22.04.
I tried to enter the main page of the video call. In my code when i comment the part
await this._room.connect(this.url, this.token);
and try to enter it makes me enter to the main page but as soon as i enter i have to uncomment this part. In this way it works and after entering first time i can enter always without problem. However, it is not a correct way. First time without commenting this part how it is possible to manage this problem.
Beta Was this translation helpful? Give feedback.
All reactions