Skip to main content

RtkParticipantTileView

Overview​

This view will show Video of participant with combination of RtkMeetingNameTag and RtkAvatarView

Example Image

If video is disabled then RtkAvatarView 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.