/* eslint-disable @typescript-eslint/member-ordering */ /* eslint-disable @angular-eslint/component-selector */ import { Component, Input, OnInit } from '@angular/core'; import { StreamManager } from 'openvidu-browser'; @Component({ selector: 'user-video', styles: [ ` ov-video { width: 100%; height: auto; float: left; cursor: pointer; } div div { position: absolute; background: #f8f8f8; padding-left: 5px; padding-right: 5px; color: #777777; font-weight: bold; border-bottom-right-radius: 4px; } p { margin: 0; } ` ], template: `
{{ nickname }}