Customizable icons for the RoomCard component.
import { PlayArrow, Delete, Settings, ContentCopy, Star, Link } from '@mui/icons-material';const customIcons: Partial<RoomCardIcons> = { startIcon: <PlayArrow />, deleteIcon: <Delete />, settingsIcon: <Settings />,}; Copy
import { PlayArrow, Delete, Settings, ContentCopy, Star, Link } from '@mui/icons-material';const customIcons: Partial<RoomCardIcons> = { startIcon: <PlayArrow />, deleteIcon: <Delete />, settingsIcon: <Settings />,};
Icon for the copy link button
Icon for the delete button
Icon for the link-based room badge
Icon for the settings button
Icon for the start/join button
Icon for the static room badge
Customizable icons for the RoomCard component.
Example