-
-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implemented high-volume events, dynamic reidentify, new event protocol #92
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the "_" from variables to align with the existing variable naming conventions in the project.
Sorry don't have time now to fix the conflicts, maybe tomorrow or next week |
78e9155
to
d8f7492
Compare
d8f7492
to
dedfcdc
Compare
Okey here we go, that should be it. |
I'm interested in this feature, any updates? |
I was planning on adding it a while back but there are some uncomplete ("Todo") sections in the identify section as well as breaking backwards compatibility for the events that prevented me from pushing it. |
Hi! I'm trying to implement this feature on my app in C#. I'm add the event subscription but I never receive any data of the volume of OBS. Are there any additional step to can receive this data? |
Implemented events for protocol v5 ("update-type" changes to "eventType" and event data is in "eventData" member)
Implemented InputVolumeMeters event as a example of a high-volume event that requires dynamic subscription (via Reidentify) for the event
By the way your discord link in readme isn't working.