PictureInPictureStyle

data class PictureInPictureStyle(val callParticipantStyle: Int)

Style for PictureInPictureView. Use this class together with TransformStyle.pictureInPictureStyleTransformer to change PictureInPictureView styles programmatically.

Parameters

callParticipantStyle

The id of the custom style for CallParticipantView to be applied for the primary speaker.

Constructors

Link copied to clipboard
constructor(callParticipantStyle: Int)

Properties

Link copied to clipboard