Skip to content

add more signaling tests#976

Open
xianshijing-lk wants to merge 3 commits intomainfrom
sxian/CLT-2692/improve-peer-connection-tests
Open

add more signaling tests#976
xianshijing-lk wants to merge 3 commits intomainfrom
sxian/CLT-2692/improve-peer-connection-tests

Conversation

@xianshijing-lk
Copy link
Copy Markdown
Contributor

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  

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 31, 2026

Changeset

Changeset found but no version bumps declared.

@xianshijing-lk xianshijing-lk requested a review from reenboog March 31, 2026 22:00
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