diff --git a/swift/HelloLinphone/HelloLinphone/ContentView.swift b/swift/HelloLinphone/HelloLinphone/ContentView.swift index 28cca67..8286a79 100644 --- a/swift/HelloLinphone/HelloLinphone/ContentView.swift +++ b/swift/HelloLinphone/HelloLinphone/ContentView.swift @@ -117,8 +117,6 @@ class LinphoneTutorialContext : ObservableObject // Handle chat message reception mCore.addDelegate(delegate: mCoreChatDelegate) - - mVideoDevices = mCore.videoDevicesList }