Skip to content
Snippets Groups Projects
Commit aa8e9ecb authored by Jeremy White's avatar Jeremy White
Browse files

Catch and note updateend messages after video destruction.

parent 56446125
No related merge requests found
......@@ -1106,6 +1106,12 @@ function handle_append_video_buffer_done(e)
{
stream.append_okay = true;
}
if (!stream.video)
{
if (STREAM_DEBUG > 0)
console.log("Stream id " + stream.id + " received updateend after video is gone.");
}
}
function handle_video_buffer_error(e)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment