Skip to content

Commit 6ee7394

Browse files
committed
cleanup.
1 parent 8fbd0b6 commit 6ee7394

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

livekit-rtc/tests/test_audio.py

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
"""End-to-end audio and video publish/subscribe tests."""
15+
"""End-to-end audio publish/subscribe tests."""
1616

1717
import asyncio
1818
import ctypes
@@ -35,19 +35,6 @@
3535
FREQUENCIES_HZ = [100, 300, 500, 700, 1000]
3636
AMPLITUDE = 0.5
3737

38-
VIDEO_WIDTH = 640
39-
VIDEO_HEIGHT = 480
40-
VIDEO_FPS = 15
41-
VIDEO_COLOR_DURATION_SEC = 1.0
42-
# (name, RGB tuple) — order matters; the subscriber must see them in this sequence.
43-
VIDEO_COLOR_SEQUENCE: list[tuple[str, tuple[int, int, int]]] = [
44-
("red", (255, 0, 0)),
45-
("green", (0, 255, 0)),
46-
("blue", (0, 0, 255)),
47-
("white", (255, 255, 255)),
48-
("black", (0, 0, 0)),
49-
]
50-
5138

5239
def skip_if_no_credentials():
5340
required_vars = ["LIVEKIT_URL", "LIVEKIT_API_KEY", "LIVEKIT_API_SECRET"]

0 commit comments

Comments
 (0)