@bryan_johnson Hey, suppose you live to 100+, at some point, things like articular cartilage will decay, are you actively exploring any therapies to track, maintain, or repair those kind of tissues? Do you believe these will continue to function so long as your metabolic health is optimal?
@kuizinas@feross@twilio Hey. I think you are seeing the default video res of 640x480. I got 1280x720 when I tried Speakeasy. You can increase the constraints in the twilio lib as follows:
const { connect } = require('twilio-video');
connect('$token', {
video: { width:1280, height:720 }
...
}
Our Recording Composition API enables you to transcode, combine and mix your Group Room Video Recordings through an API.
Learn more: https://t.co/GjKT2A5kdc
Midnight reading, here is an iOS example I wrote which performs audio recording and speech recognition using Twilio's Video SDK. https://t.co/RVGtMjaBL3