Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StylePropInterface

Props object for customising the UI Kit, takes in react native styling

Hierarchy

  • StylePropInterface

Index

Properties

BtnTemplateContainer?: StyleProp<ViewStyle>

Globals style for the local buttons (except end call)

BtnTemplateStyles?: StyleProp<ViewStyle>

Globals style for the local buttons (except end call)

UIKitContainer?: StyleProp<ViewStyle>

Applies style to the global view containing the UI Kit

customIcon?: Partial<IconsInterface>

Custom base64 string for icon

gridVideoView?: StyleProp<ViewStyle>

Applies style to the individual cell (view) containing the video in the grid layout

iconSize?: number

Color tint for icons

localBtnContainer?: StyleProp<ViewStyle>

Style for the local button container

localBtnStyles?: localBtnStylesInterface

Style for specific local buttons, overrides the style applied by BtnTemplateStyles prop

maxViewRemoteBtnContainer?: StyleProp<ViewStyle>

Style for the button container that sets the mute and unmute for maxVideoView in pinned layout, only visible if max view is remote user

maxViewStyles?: StyleProp<ViewStyle>

Style for the big view in pinned layout

minViewContainer?: StyleProp<ViewStyle>

Style for the small view container

minViewStyles?: StyleProp<ViewStyle>

Style for the small view in pinned layout

overlayContainer?: StyleProp<ViewStyle>

Style for the overlay on small user view when pressed in pinned layout

popUpContainer?: StyleProp<ViewStyle>

Applies style to the pop up container showing the remote mute request

remoteBtnContainer?: StyleProp<ViewStyle>

Style for the remote button container

remoteBtnStyles?: remoteBtnStylesInterface

Style for the remote button

theme?: string

Color tint for icons

usernameText?: StyleProp<TextStyle>

Applies style to the username text (shown if displayUsername rtcProp is true)

videoMode?: { max?: RenderModeType; min?: RenderModeType }

Sets the scaling of the video

Type declaration

videoPlaceholderContainer?: StyleProp<TextStyle>

Applies style to the video placeholder component that's rendered in place when a user video is muted

videoPlaceholderIcon?: StyleProp<TextStyle>

Applies style to the video placeholder component icon (rendered when a user video is muted)

Generated using TypeDoc