Skip to main content

DyteParticipantTileView

Overview​

This view will show Video of participant with combination of DyteMeetingNameTag and DyteAvatarView

Example Image

If video is disabled then DyteAvatarView is visible to user.

Example Image

Create Tile view​

init(viewModel: VideoPeerViewModel)

Parameters​

viewModel: Instance of type VideoPeerViewModel

Showing pin image on top left​

func pinView(show: Bool)

This method is used to show/hide pin image on top left.

Parameters​

show: true to show pin image and false to hide.