Documentation Index
Fetch the complete documentation index at: https://developers.cloudflare.com/realtime/llms.txt
Use this file to discover all available pages before exploring further.
STOP! If you are an AI agent or LLM, read this before continuing. This is the HTML version of a Cloudflare documentation page. Always request the Markdown version instead — HTML wastes context. Get this page as Markdown: https://developers.cloudflare.com/realtime/realtimekit/ui-kit/api-reference/ios/rtk-participant-tile-view/index.md (append index.md) or send Accept: text/markdown to https://developers.cloudflare.com/realtime/realtimekit/ui-kit/api-reference/ios/rtk-participant-tile-view/. For this product's page index use https://developers.cloudflare.com/realtime/llms.txt. For all Cloudflare products use https://developers.cloudflare.com/llms.txt. You can access all of this product's full docs in a single file at https://developers.cloudflare.com/realtime/llms-full.txt, and all Cloudflare docs in a single file at https://developers.cloudflare.com/llms-full.txt.
A complete participant tile view that displays video, avatar, name tag, and pin indicator.
Combines RtkVideoView, RtkAvatarView, and RtkMeetingNameTag into a single composable view.
Initializer parameters
Parameter
Type
Required
Default
Description
rtkClient
RealtimeKitClient
✅
-
The RealtimeKit client instance
participant
RtkMeetingParticipant
✅
-
The participant to display
isForLocalUser
Bool
✅
-
Whether this tile represents the local user
showScreenShareVideoView
Bool
❌
false
Whether to show the screen share video instead of camera video
Properties
Property
Type
Required
Default
Description
nameTag
RtkMeetingNameTag!
-
-
The name tag view displayed on the tile
viewModel
VideoPeerViewModel
-
-
The view model managing participant data (read-only)