-
Notifications
You must be signed in to change notification settings - Fork 20
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
feat: Session related events propagation #387
Comments
in this event:
based on I think you can also added MetadataUpdated, ExtraDataUpdated so that we can use those later. |
sender: /~https://github.com/8xFF/atm0s-media-server/blob/b63e5cfba049b6421cdd576da5e0fb802c012d49/packages/protocol/proto/sdk/session.proto#L148C1-L158C10 should have more information like track name, peer etc so that we can expose those in client side & application can use those for various purposes. For example: I have shared/detached media but do not know if that was successful or not. |
Description
At present from server end session related events are not propagating to client /~https://github.com/8xFF/atm0s-media-server/blob/b63e5cfba049b6421cdd576da5e0fb802c012d49/packages/protocol/proto/sdk/session.proto#L199C13-L199C20
Those are also important events from client side. It will be nice to have those.
discussion: https://discord.com/channels/1173844241542287482/1173844241542287485/1266298331609567284
Steps to Reproduce
Expected Behavior
Please describe what you expected to happen.
Actual Behavior
Please describe what actually happened.
Screenshots
If applicable, add screenshots to help explain the issue.
Environment
Additional Information
Add any other relevant information about the issue here.
The text was updated successfully, but these errors were encountered: