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

Fix #1518 - Support null values in either sdpMid or sdpMLineIndex (but not both) #1520

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

omerts
Copy link
Contributor

@omerts omerts commented Mar 14, 2024

Fixes #1518
I have tested this on Android, but not on iOS as I have no access to a mac.

@omerts omerts changed the title Fix #518 - Supprt null values in either sdpMid or sdpMLineIndex (but not both) Fix #1518 - Supprt null values in either sdpMid or sdpMLineIndex (but not both) Mar 14, 2024
Copy link
Member

@8BallBomBom 8BallBomBom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please run the provided code format script and submit the changes.
Looks good but will need testing.

@8BallBomBom 8BallBomBom changed the title Fix #1518 - Supprt null values in either sdpMid or sdpMLineIndex (but not both) Fix #1518 - Support null values in either sdpMid or sdpMLineIndex (but not both) Mar 15, 2024
@8BallBomBom 8BallBomBom added confirmed The issue has been confirmed needs-testing Testing is required needs-reviewing A review is needed labels Mar 15, 2024
@saghul
Copy link
Member

saghul commented Mar 15, 2024

Can you check if the native code allows this in both platforms?

@8BallBomBom
Copy link
Member

Haven't currently got any Apple devices but will try and run some tests shortly 👍🏻

@saghul saghul merged commit bbd903c into react-native-webrtc:master Jun 4, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confirmed The issue has been confirmed needs-reviewing A review is needed needs-testing Testing is required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sdpMid and sdpMLineIndex are both required although they are optional/nullable in the spec
4 participants