opentok-react-layout
Version:
[](https://badge.fury.io/js/opentok-react-layout)
30 lines (26 loc) • 396 B
CSS
.publisher {
position: absolute;
width: 250px;
height: 150px;
top: 60px;
right: 6px;
z-index: 2;
border-radius: 5px ;
}
.subscriber {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.OTSubscriberContainer {
position: absolute;
width: 100%;
height: 100%;
}
.OTPublisherContainer {
position: absolute;
width: 100%;
height: 100%;
}