rtc
Version:
Build WebRTC conferencing applications with easy using rtc.io. This package provides a super-friendly entry point for working with WebRTC, dive into underling rtc.io modules for more configuration and customization opportunities
29 lines (23 loc) • 311 B
CSS
body {
width: 100%;
height: 100%;
overflow: hidden;
margin: 0;
}
video {
background: black;
object-fit: cover;
}
#l-video > * {
max-width: 100%;
}
#r-video {
overflow: hidden;
}
#r-video > * {
width: 50%;
}
#r-video > *:only-child {
width: 100%;
height: 100%;
}