Open
Conversation
Contributor
ChangesetChangeset found but no version bumps declared. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds more signaling tests:
We should add more tests like :
- test_v0/v1_auto_subscribe_false : Manual track subscription when auto_subscribe disabled
- test_v0/v1_dynacast : Dynamic broadcast with dynacast=true enabled test_v0/v1_adaptive_stream : Adaptive video quality with adaptive_stream=true
- test_v0/v1_force_tcp : Force TCP transport (graceful fail on localhost without TCP TURN)
- test_v0/v1_force_tls : Force TLS transport (graceful fail on localhost without TLS TURN)
- test_v0/v1_ice_relay_only : Relay-only ICE transport (requires TURN server)
- test_v0/v1_migration : Server-initiated participant migration to new node
- test_v0/v1_server_leave : Server forcefully removes participant
- test_v0/v1_speaker : Speaker detection simulation
- test_v0/v1_e2ee : End-to-end encrypted audio track with shared key
- test_v0/v1_e2ee_data_channel : End-to-end encrypted data channel messages
- test_v0/v1_publish_during_reconnect : Attempt to publish new track during reconnection
- test_v0/v1_unpublish_during_reconnect : Attempt to unpublish track during reconnection
- test_v0/v1_mute_during_reconnect : Mute/unmute track during reconnection
- test_v0/v1_multiple_subscribers : 1 publisher + 3 subscribers fanout verification
- test_v0/v1_rapid_reconnect : 5 sequential reconnects stress test
- test_v0/v1_reconnect_during_reconnect : Trigger reconnect while previous reconnect in progress
- test_v0/v1_video_simulcast : Publish video with simulcast and verify simulcasted flag
- test_v0/v1_simulcast_quality_switch : Switch video quality (Low/Medium/High) on simulcast track