Skip to content

Commit

Permalink
after env variables updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jwrobdolby committed Nov 12, 2024
1 parent f8dfce1 commit 17adacf
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ Feature: Simulcast Feature
| events | layers,active |
Then the "viewer1" connected stream should be LIVE

When the "viewer1" selects simulcast layer with encodingId "f"
Then the "viewer1" verifies video resolution for layer "f"
When the "viewer1" selects simulcast layer with encodingId "0"
Then the "viewer1" verifies video resolution for layer "0"

When the "viewer1" selects simulcast layer with encodingId "h"
Then the "viewer1" verifies video resolution for layer "h"
When the "viewer1" selects simulcast layer with encodingId "1"
Then the "viewer1" verifies video resolution for layer "1"

When the "viewer1" selects simulcast layer with encodingId "q"
Then the "viewer1" verifies video resolution for layer "q"
When the "viewer1" selects simulcast layer with encodingId "2"
Then the "viewer1" verifies video resolution for layer "2"

Examples:
| codec |
Expand Down

0 comments on commit 17adacf

Please sign in to comment.