We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d107b commit 5316472Copy full SHA for 5316472
samples/webrtc/js/app.js
@@ -1341,7 +1341,7 @@
1341
var params = {
1342
notification_type: 'push',
1343
user: {ids: opponentsIDsNumbers},
1344
- environment: 'development', // environment, can be 'production' as well.
+ environment: 'production', // environment, can be 'production' as well.
1345
message: QB.pushnotifications.base64Encode(
1346
JSON.stringify(pushPayload)
1347
)
0 commit comments