Remove accidental double initialisation of mVideoDevice

This commit is contained in:
QuentinArguillere
2020-07-31 16:45:09 +02:00
parent 4a51bee890
commit 4fabbb1ab6

View File

@@ -117,8 +117,6 @@ class LinphoneTutorialContext : ObservableObject
// Handle chat message reception
mCore.addDelegate(delegate: mCoreChatDelegate)
mVideoDevices = mCore.videoDevicesList
}