Skip to main content

RtkMeetingNameTag

Overview​

This view is use show participant name followed by mic image (mute/unmute).

Topics:​

Creating a meeting tag.​

init(meeting: RealtimeKitClient, participant: RtkMeetingParticipant, appearance: RtkNameTagAppearance = AppTheme.shared.nameTagAppearance)

Parameters:​

Required
meeting: Current ongoing meeting object.
participant: Participant object for which you want to show name and Mic state enabled/disbaled.
Optional
appearance: Any type which conforms to protocol "RtkNameTagAppearance"

Explicit update the participant object for this view to show.​

func set(participant: RtkMeetingParticipant)

Update Meeting tag view with recent participant object.

Parameters:​

participant: Participant object for which you want to show name and Mic state enabled/disbaled.

Refreshing RtkMeetingNameTag with latest values.​

func refresh()

Call this method to refresh the view. For example if someone update the participant name. Then call this to show latest values.