Community Member•8/24/2024, 11:44:39 PM
iframes are currently not allowed from our side for other domains :/
Community Member•8/24/2024, 11:45:18 PM
ill try to give it a look later this day - but cant promise anything
Community Member•8/24/2024, 11:46:09 PM
okay, thank you!
Community Member•8/24/2024, 11:46:21 PM
is there any way to get the URL which tries to embed the iframe?
Community Member•8/24/2024, 11:46:30 PM
let me check
Community Member•8/24/2024, 11:46:54 PM
If so pls send it via private message to me - as they are considered to be confidental IIRC
Community Member•8/24/2024, 11:48:07 PM
if you cant figure it out i would also hop on a phone call so we can check togeather :)
Community Member•8/25/2024, 1:01:17 AM
<@785186025835200512> <@223247444073381888>
Alright ive looked into the issue and I have to say that HypeRate is NOT the problem.
Embedding the site as an iframe works totally fine for example on CodePen (<https://codepen.io/YannickFricke/pen/qBzYgMG>) - so the issue must be on StreamElements side.
I recommend to contact their support as we can't help you in this case - since its working for every other website :)
Community Member•8/25/2024, 1:04:27 AM
alrighty thank you <@120250275477979136>
Community Member•8/25/2024, 1:31:44 AM
I would have to contact Streamlabs? Okay, will do.
Community Member•8/25/2024, 2:25:14 AM
<@223247444073381888>
I filed an issue at their Discord - hopefully they can resolve the issue soon
Community Member•8/27/2024, 5:03:16 PM
<@223247444073381888>
The support responded to my support ticket - but as it seems right now there isn't any possibility to integrate HypeRate :(
Community Member•8/27/2024, 5:25:18 PM
okay no worries, thank you though Devin
Community Member•8/28/2024, 5:52:52 PM
my name is not "Devin" xD
BTW: we are still talking to them - so it doesnt seem impossible :) but we dont have any ETA :)
Community Member•8/29/2024, 6:25:43 PM
<@120250275477979136> Hi! I'm Matteo, developer of Notify app. Could you help figure out what kind of message I have to send using websocket to send user HR from my app? Are these steps correct?
1) ask user a channel id? (for example the id shown when user open HypeRate app?)
2) upload a message using web socket using the user channel id with the HR value measured using mi band
can you attach a sample message example to upload HR value? something like this?
{
"event": "hr_update",
"payload": { "hr": 79 },
"ref": null,
"topic": "hr:internal-testing"
}
Thank you
Community Member•8/30/2024, 11:24:21 AM
<@120250275477979136> Hi! I'm Matteo, developer of Notify app. Could you help figure out what kind of message I have to send using websocket to send user HR from my app? Are these steps correct?
1) ask user a channel id? (for example the id shown when user open HypeRate app?)
2) upload a message using web socket using the user channel id with the HR value measured using mi band
can you attach a sample message example to upload HR value? something like this?
{
"event": "hr_update",
"payload": { "hr": 79 },
"ref": null,
"topic": "hr:internal-testing"
}
Thank you