rtk-logo
A component which loads the logo from your config, or via the logo-url attribute.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
config | UIConfig | ❌ | createDefaultConfig() | Config object |
logoUrl | string | ✅ | - | Logo URL |
meeting | Meeting | ✅ | - | Meeting object |
t | RtkI18n | ❌ | useLanguage() | Language |
<!-- component.html --><rtk-logo></rtk-logo><!-- component.html --><rtk-logo logoUrl="example" [meeting]="meeting"></rtk-logo>