Options
All
  • Public
  • Public/Protected
  • All
Menu

Module Built-in Components

Index

Variables

BtnTemplate: FC<BtnTemplateInterface> = ...
Create: FC<{ dispatch: DispatchType; rtcUidRef: MutableRefObject<number | undefined>; setRtcChannelJoined: Dispatch<SetStateAction<boolean>>; children: any }> = ...
Endcall: FC = ...

React Component that renders the endcall button

returns

Renders the endcall button

GridVideo: FC = ...
ImageIcon: FC<ImageIconInterface> = ...
Join: FC<PropsWithChildren<{ dispatch: DispatchType; engineRef: MutableRefObject<IRtcEngine>; precall: boolean; uidState: UidStateInterface }>> = ...
LocalAudioMute: FC<LocalAudioMuteProps> = ...
LocalControls: FC<ControlsPropsInterface> = ...
LocalUserContext: FC<LocalUserContextInterface> = ...
LocalVideoMute: FC<LocalVideoMuteProps> = ...
MaxVideoView: FC<MaxViewInterface> = ...
MinVideoView: FC<MinViewInterface> = ...
PinnedVideo: FC = ...
RemoteAudioMute: FC<RemoteAudioMuteInterface> = ...
RemoteControls: FC<RemoteControlsInterface> = ...
RemoteSwap: FC<RemoteSwapInterface> = ...
RemoteVideoMute: FC<RemoteVideoMuteInterface> = ...
RtmConfigure: FC<PropsWithChildren> = ...

React component that contains the RTM logic. It manages the usernames, remote mute requests and provides data to the children components by wrapping them with context providers.

SwitchCamera: FC = ...
Username: FC<{ style?: CSSProperties; user: UidInterface }> = ...

Generated using TypeDoc