From 0ee549f5e2eb0a83ccb73a777d7edbf02620a52c Mon Sep 17 00:00:00 2001 From: Christophe Deschamps Date: Fri, 13 May 2022 09:20:01 +0200 Subject: [PATCH] Added more debug info --- .../Swift/Voip/ViewModels/ConferenceParticipantDeviceData.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/Swift/Voip/ViewModels/ConferenceParticipantDeviceData.swift b/Classes/Swift/Voip/ViewModels/ConferenceParticipantDeviceData.swift index 700394c60..1a0e066d5 100644 --- a/Classes/Swift/Voip/ViewModels/ConferenceParticipantDeviceData.swift +++ b/Classes/Swift/Voip/ViewModels/ConferenceParticipantDeviceData.swift @@ -98,7 +98,7 @@ class ConferenceParticipantDeviceData { func setVideoView(view:UIView?) { self.videoView = view - Log.i("[Conference Participant Device] Setting textureView \(view) for participant \(participantDevice)") + Log.i("[Conference Participant Device] Setting textureView \(view) for participant \(participantDevice.address?.asStringUriOnly())") view?.contentMode = .scaleAspectFill if (isMe) { core.usePreviewWindow(yesno: false)