Variables
GridVideo
GridVideo: React.FC = ...
LocalUserContext
LocalUserContext: React.FC<LocalUserContextInterface> = ...
MaxUidContext
MaxUidContext: Context<UIKitUser[]> = ...
MinUidContext
MinUidContext: Context<UIKitUser[]> = ...
PinnedVideo
PinnedVideo: React.FC = ...
RtcContext
RtcContext: Context<RtcContextInterface> = ...
icons
icons: { callEnd: Element; mic: Element; micOff: Element; remoteSwap: Element; videocam: Element; videocamOff: Element } = ...
Type declaration
callEnd: Element
mic: Element
micOff: Element
remoteSwap: Element
videocam: Element
videocamOff: Element
High level component to render the UI Kit
PropsInterface