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

If video is disabled then DyteAvatarView is visible to user.

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.