Question
How to get a snapshot of the first frame inside application.onPublish?
Hi there!
application.onPublish = function (client, p_stream)
{
//How to get a snapshot of the first frame and save it to a specified directory?
//Or post the snapshot image to a specified URI for restoring?
}
Anyone knows how to do this ?
Regards!
