forked from mirrors/linphone-iphone
Added more debug info
This commit is contained in:
parent
1c8fdb1924
commit
0ee549f5e2
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue