Add forgotten rikey parametres to resume app

This commit is contained in:
Cameron Gutman 2016-03-31 12:00:49 -04:00
parent 6ca202581d
commit 034d2ebf9d

View File

@ -216,7 +216,7 @@ function startSelectedGame() {
var rikeyid = 0;
if(api.currentGame == appID) // if user wants to launch the already-running app, then we resume it.
return api.resumeApp().then(function (ret) {
return api.resumeApp(rikey, rikeyid).then(function (ret) {
sendMessage('startRequest', [target, streamWidth, streamHeight, frameRate, bitrate.toString(), api.serverMajorVersion.toString()]);
});