StreamShapes

data class StreamShapes(val circle: Shape, val square: Shape, val button: Shape, val input: Shape, val dialog: Shape, val sheet: Shape, val indicator: Shape, val container: Shape)

Contains all the shapes we provide for our components.

Parameters

avatar

Used for avatar UIs in the SDK.

dialog

Used for dialog UIs in the SDK, such as user invites.

callButton

The shape of call buttons.

callControls

The shape of the call controls sheet when in a call.

callControlsButton

Tha shape of the buttons within Call Controls.

participantsInfoMenuButton

The shape of buttons in the Participants Info menu.

indicatorBackground

The indicator background shape.

Constructors

Link copied to clipboard
constructor(circle: Shape, square: Shape, button: Shape, input: Shape, dialog: Shape, sheet: Shape, indicator: Shape, container: Shape)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard