Re: recording proposal

On 2012-10-05 15:55, Jim Barnett wrote:
> Here is a proposal for recording for discussion on Tuesday’s call.
>
> -Jim and Travis
>

> The UA may garbage collect the original Blob of data once the
> dataavailable event that contains it has been processed.

Does this mean that I couldn't do the following?

var blobs = [];
track.ondataavailable = function (evt) {
     blobs.push(evt.data);
};

/Adam

Received on Tuesday, 16 October 2012 09:08:44 UTC