#element-sdk-gurus
1 messages ยท Page 1 of 1 (latest)
Have you guys started creating anything using the new SDK? Would love to see new things in there (even because I need to learn more about it)
mmm new beta? 
hype x1000
there are samples I made here:
https://dev.streamelements.com/docs/elements--sdk/6jzi2eiecl8hb-sample-elements
Powered by Stoplight.
@crisp sand thanks for chatting with me today And walking me through the new sdk!!!!!
Welcome!
We create chat widgets with new sdk?
@crisp sand ๐
Hey hey!
Not quite yet. Chat events are coming in a few weeks
ok, thnks!
Oh hai. ๐
Hey, I am releasing a new custom widget in the coming days. Its a ticker showing contributors.
Its not yet in the Gallery, but you get a sneak preview here:
https://widgets.streamelements.com/scene/latest-tippers-ticker-short
The code for this can be found here:
https://github.com/StreamElements/elements-sdk-examples/tree/master/latest_ticker
StreamElements is the leading platform for live streaming on Twitch,Youtube and Facebook gaming. StreamElements features include Overlays, Tipping, Chatbot, Alerts, merchandise, stream integrated and cloud-based.
Hey all! ๐
I wanted to quickly introduce myself: my name is Ilya, and I am the person behind the Elements SDK API design.
I'll be available to answer any questions moving forward, and, of course, for any feedback you might have.
Looking forward to building great shit together!
Hey Hey Hey!!!!
Exciting news. We have released the Control Panel along with a lot of very helpful SDK features including, managed Data (saving configuration data from control panel), Persistent data (storing stuff in the widget), Service Module (making sure all is loaded before we start to work with a widget).
All is documented in the SDK: https://dev.streamelements.com/docs/elements--sdk/i2ilazyabc4ay-the-control-panel
I also included a sample code for control panel here:
https://github.com/StreamElements/elements-sdk-examples/tree/master/wheelsoffortune
You can explore the outcome here:
https://widgets.streamelements.com/scene/wheel-of-fortune-casino (pre release)
Let me or @steady rune know if you need any help
Powered by Stoplight.
Contribute to StreamElements/elements-sdk-examples development by creating an account on GitHub.
That's great Ram! The control panel would be useful I think!
But the documentation page for that is not available, could you check? It isn't even showing in the menu on the website.
Hey, i am trying to get the simple hello world example working but i am not getting the hello world element in the "Add Element" menu
Local server is running and passed the test in the developer settings of my widget. The editor is also saying that i am in developer mode
The control panel is used as a setting page for the Element but also as a realtime controller for the element. Powered by Stoplight.
I have updated the hello_world code. It should work now.
Support for widget events send from Control Panels to Widgets and from Widgets to Widgets is now available.
Documentation is now available for sending and receiving Chat messages:
https://dev.streamelements.com/docs/elements--sdk/branches/main/bakm03srisuqq-chat
Widgets can receive and send chat messages for any connected platform. Powered by Stoplight.
Documentation is now available for sending and receiving Widget Events: https://dev.streamelements.com/docs/elements--sdk/branches/main/t6kcbzeoq5r8n-widget-events
Widget Events allow us to send events from Control Panels and custom widget code to all instances of the running widget. Powered by Stoplight.
Please welcome the new kid in town: a Subathon Countdown Timer widget with Control Panel:
https://widgets.streamelements.com/element/subathon-widget
Source code is here:
https://github.com/StreamElements/elements-sdk-examples/tree/master/subathon
StreamElements is the leading platform for live streaming on Twitch, Youtube and Facebook gaming. StreamElements features include Overlays, Tipping, Chatbot, Alerts, merchandise, stream integrated and cloud-based.
Contribute to StreamElements/elements-sdk-examples development by creating an account on GitHub.
Changes to bindable data can now be used as event conditions.
Iโm looking for Element devs to try out our brand new integration of Elements with SE.Live which is currently in closed beta. You will have to have SE.Live installed to qualify (PC only atm). Please reach out with your
twitch username if interested 
Hey There!
I been trying to create merch alerts system for my custom merch.
The issue with that I want to show images of purchased items as well.
I found that {event.data.items.image} contains the data i sent via activities endpoint
But when i try to use in media part it just don't work.
@steady rune any thoughts on this?
Interesting use case. I will take note of this as a feature request.
Am I correct in the assumption/understanding that the control panel managed data is truly persistent and tied to the instance of the element (if public), and that it will maintain it's values between session, computers, or even users that share access to the instance? Is there an upper time limit for the length of that storage that I should be concerned about?
Also, unrelated question - Is the Element SDK repo open for PR's from the community? Found a number of bugs in the subathon element example, would be happy to fix for everyone
Yes ๐
The SDK is not at this time. We're considering opening it down the road. No ETA for this though. This being said - the subathon widget is not the Elements SDK repo. We'll most likely open it up later.
Sorry - I meant the examples repo rather than the SDK repo itself ๐
Yeah, there are plans to open source that ๐
most of the examples here don't work... i brought this up about a month or so ago, is someone working on fixes? https://github.com/StreamElements/elements-sdk-examples/tree/master