A name tag view that displays the participant name and a microphone status icon.
Automatically updates when the participant's audio state changes.
Parameter Type Required Default Description meetingRealtimeKitClient✅ - The RealtimeKit client instance participantRtkMeetingParticipant✅ - The participant whose name and mic status to display appearanceRtkNameTagAppearance❌ - Appearance configuration for the name tag
Method Return Type Description set(participant:)VoidUpdates the name tag to display a different participant refresh()VoidRefreshes the name and microphone status display
let nameTag = RtkMeetingNameTag (
let nameTag = RtkMeetingNameTag (
// Switch to a different participant
nameTag. set ( participant : newParticipant )