Skip to content
Snippets Groups Projects
Verified Commit c6ec4b8b authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix screenshare selection

parent 59a5c981
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ Popup {
Layout.fillWidth: true
model: CallManager.screenShareTypeList()
onCurrentIndexChanged: CallManager.setVoip(currentIndex);
onCurrentIndexChanged: CallManager.setScreenShareType(currentIndex);
}
}
......
......@@ -27,7 +27,7 @@ struct TurnServer;
class QUrl;
class CallManager final : public QObject
class CallManager : public QObject
{
Q_OBJECT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment