mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 17:56:43 +02:00
Fix an issue that prevented new screenshare scripts from running properly
This commit is contained in:
parent
2905416375
commit
9273db4844
1 changed files with 3 additions and 0 deletions
|
@ -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`.
|
// 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.
|
// 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.
|
// Upon error-free response, do the logic below, passing in that info as necessary.
|
||||||
|
QString token = "";
|
||||||
|
QString apiKey = "";
|
||||||
|
QString sessionID = "";
|
||||||
|
|
||||||
QStringList arguments;
|
QStringList arguments;
|
||||||
arguments << "--token=" + token;
|
arguments << "--token=" + token;
|
||||||
|
|
Loading…
Reference in a new issue