Skip to content
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

MediaStreamError #1

Closed
ZeroTworu opened this issue Sep 18, 2018 · 0 comments
Closed

MediaStreamError #1

ZeroTworu opened this issue Sep 18, 2018 · 0 comments

Comments

@ZeroTworu
Copy link

I use docker image for signaling server from leejoneshane/webrtc running by
docker run -p 9001:9001 leejoneshane/webrtc
In my Vue template:

          <vue-webrtc ref="webrtc"
                      width="100%"
                      roomId="roomId"
                      socket-u-r-l="http://localhost:9001/"
                      @error="onError" />

After call join room i see this in browser console:

socket.io is connected at:  http://localhost:9001/ RTCMultiConnection.js:58:16
socket.io connection is opened. RTCMultiConnection.js:317:16
MediaStreamError { name: "NotFoundError", message: "The object can not be found here.", constraint: "", stack: "" }

If i use default server - i see same error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants