Fix screenshare selection

This commit is contained in:
Nicolas Werner 2023-06-19 21:22:54 +02:00
parent 59a5c9815e
commit c6ec4b8ba4
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ Popup {
Layout.fillWidth: true Layout.fillWidth: true
model: CallManager.screenShareTypeList() model: CallManager.screenShareTypeList()
onCurrentIndexChanged: CallManager.setVoip(currentIndex); onCurrentIndexChanged: CallManager.setScreenShareType(currentIndex);
} }
} }

View file

@ -27,7 +27,7 @@ struct TurnServer;
class QUrl; class QUrl;
class CallManager final : public QObject class CallManager : public QObject
{ {
Q_OBJECT Q_OBJECT