A blinking recording indicator displayed when the meeting is being recorded.
Shows a red dot with configurable text and image.
Parameter Type Required Default Description meetingRealtimeKitClient✅ - The RealtimeKit client instance for the active meeting titleString❌ "Rec"Text label displayed next to the recording indicator imageRtkImage?❌ nilCustom image for the recording indicator appearanceRtkRecordingViewAppearance❌ - Appearance configuration for the recording indicator
Method Return Type Description blinking(start: Bool)VoidStarts or stops the blinking animation on the recording indicator
let recordingView = RtkRecordingView ( meeting : rtkClient )
view. addSubview ( recordingView )
let recordingView = RtkRecordingView (
view. addSubview ( recordingView )