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

Feature/multi forwarding filter #571

Merged
merged 3 commits into from
Oct 28, 2024
Merged

Conversation

voluntas
Copy link
Member

This pull request includes several changes to enhance the signaling and data channel messaging functionalities in the SDK. The most important changes include adding new types and fields for forwarding filters, updating the CHANGES.md file, and modifying the createSignalingMessage function to handle these new fields.

Enhancements to Signaling and Data Channel Messaging:

  • packages/sdk/src/types.ts: Added new types ForwardingFilterRuleField, ForwardingFilterRuleOperator, ForwardingFilterRuleKindValue, ForwardingFilterRule, ForwardingFilterAction, and ForwardingFilter. Updated the ConnectionOptions and SignalingConnectMessage types to include forwardingFilters and marked forwardingFilter as deprecated. [1] [2] [3]

Documentation Updates:

  • CHANGES.md: Updated to reflect the addition of forwarding_filters to signaling items and the new header items for DataChannel messaging.

Codebase Modifications:

  • packages/sdk/src/utils.ts: Modified the createSignalingMessage function to include the new forwarding_filters field when present.

@voluntas voluntas merged commit 2b99f5e into develop Oct 28, 2024
11 checks passed
@voluntas voluntas deleted the feature/multi-forwarding-filter branch October 28, 2024 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant