Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

callback is not called in kurento-tutorial-js #206

Closed
xenyou opened this issue Nov 1, 2017 · 0 comments
Closed

callback is not called in kurento-tutorial-js #206

xenyou opened this issue Nov 1, 2017 · 0 comments

Comments

@xenyou
Copy link

xenyou commented Nov 1, 2017

kurento-recorder

          client.connect(webRtc, webRtc, recorder, function(error) {
            if (error) return onError(error);

            console.log("Connected");

            recorder.record(function(error) {

the callback is not called. so the video is not recorded.
I'll write a patch to fix and send a PR.

Kurento/kurento-tutorial-js#3

CI failed and I don't know why.
Anyway this is a bug. Please check it.

Maybe kurento-client should be fixed rather than tutorial.

@xenyou xenyou closed this as completed Apr 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant