Added more debug info

This commit is contained in:
Christophe Deschamps 2022-05-13 09:20:01 +02:00
parent 1c8fdb1924
commit 0ee549f5e2

View file

@ -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)