rtk-caption-toggle
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
config | UIConfig1 | ❌ | createDefaultConfig() | Config |
iconPack | IconPack1 | ❌ | defaultIconPack | Icon pack |
meeting | Meeting | ✅ | - | Meeting object |
size | Size1 | ✅ | - | Size |
states | States1 | ✅ | - | States object |
t | RtkI18n | ❌ | useLanguage() | Language |
variant | ControlBarVariant | ✅ | - | Variant |
<rtk-caption-toggle></rtk-caption-toggle><rtk-caption-toggle size="md" variant"button"></rtk-caption-toggle><script> const el = document.querySelector("rtk-caption-toggle");
el.meeting= meeting</script>