Fix an issue that prevented new screenshare scripts from running properly

This commit is contained in:
Zach Fox 2019-11-01 13:03:16 -07:00
parent 2905416375
commit 9273db4844

View file

@ -54,6 +54,9 @@ void ScreenshareScriptingInterface::startScreenshare(const QString& roomName) {
// passing the Domain ID that the user is connected to, as well as the `roomName`.
// The server will respond with the relevant OpenTok Token, Session ID, and API Key.
// Upon error-free response, do the logic below, passing in that info as necessary.
QString token = "";
QString apiKey = "";
QString sessionID = "";
QStringList arguments;
arguments << "--token=" + token;