Re: [mediacapture-record] What are the default bitrate attribute values? (#169)

@alvestrand Chrome returns `0`. From console:
```
> new MediaRecorder(new MediaStream()).audioBitsPerSecond
0

> new MediaRecorder(new MediaStream()).videoBitsPerSecond
0
```

-- 
GitHub Notification of comment by jan-ivar
Please view or discuss this issue at https://github.com/w3c/mediacapture-record/issues/169#issuecomment-501709308 using your GitHub account

Received on Thursday, 13 June 2019 13:45:21 UTC