This commit is contained in:
Tobias Fella
2023-06-13 23:32:57 +02:00
parent 12bb75e5b0
commit 39ee17cfa1
5 changed files with 42 additions and 38 deletions

View File

@@ -62,7 +62,7 @@ public:
void end();
void renegotiateOffer(const QString &offer, const QString &userId);
void renegotiateOffer(const QString &offer, const QString &userId, bool answer);
void setTurnServers(QStringList servers);
static QStringList missingPlugins();
@@ -85,7 +85,7 @@ Q_SIGNALS:
void mutedChanged();
void newVideoStream(VideoStream *stream);
void renegotiate(QString sdp);
void renegotiate(QString sdp, const QString &type);
private:
CallSession(QObject *parent = nullptr);