Skip to content
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

Update to 0.3 #118

Closed
7 tasks done
gavv opened this issue Feb 23, 2024 · 1 comment · Fixed by #123
Closed
7 tasks done

Update to 0.3 #118

gavv opened this issue Feb 23, 2024 · 1 comment · Fixed by #123
Assignees
Labels
api Changes in public API

Comments

@gavv
Copy link
Member

gavv commented Feb 23, 2024

Update existing APIs:

  • enums and configs
  • slot configuration
    • roc_interface_config
    • roc_sender_set_outgoing_address() + roc_sender_set_reuseaddr() => roc_sender_configure()
    • roc_receiver_set_multicast_group() + roc_receiver_set_reuseaddr() => roc_receiver_configure()

Add bindings to new APIs:

  • roc_sender_unlink() / roc_receiver_unlink()
  • roc_context_register_encoding()
@gavv gavv added the api Changes in public API label Feb 23, 2024
@gavv
Copy link
Member Author

gavv commented Feb 23, 2024

I'm planning to implement first part soon (enums, configs, slot configuration).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Changes in public API
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant