Typed async client for the Janus EchoTest plugin
Project description
janus-echotest-plugin
An independently installable, fully typed client for the Janus EchoTest
plugin. It depends only on janus-api-core; importing it does not install any
other named Janus plugin.
from janus_api.models.base import Jsep
from janus_echotest_plugin import EchoTestPlugin
echo = EchoTestPlugin(session=session)
await echo.attach()
reply = await echo.negotiate(
Jsep(type="offer", sdp=local_offer),
audio=True,
video=True,
bitrate=1_500_000,
)
remote_answer = reply.jsep
configure() changes media, recording, bitrate, simulcast, or SVC settings
without renegotiating. negotiate() requires an offer and returns the outer
JSEP answer alongside typed plugin data. Plugin and Janus envelope failures are
raised as typed exceptions.
The request schema follows the official EchoTest API. Outbound messages reject undocumented keys; inbound events retain unknown future keys.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file janus_echotest_plugin-3.0.0.tar.gz.
File metadata
- Download URL: janus_echotest_plugin-3.0.0.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
665a55ac4698e155acc5146f3c000ba9f7525d992eeaf09ce633fadfb1cfaeb8
|
|
| MD5 |
d803bbd68d68d8ef28ceea7c5620c269
|
|
| BLAKE2b-256 |
e28371192bd437739b2a35c9c018149eea0c639395d2016454152a8233f68dd0
|
File details
Details for the file janus_echotest_plugin-3.0.0-py3-none-any.whl.
File metadata
- Download URL: janus_echotest_plugin-3.0.0-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6caa81267e73cc692e54e1c90a73cffbc865e88e733cbcc9758bf1578639520
|
|
| MD5 |
d53f0129f3a75b568084c278f38231cb
|
|
| BLAKE2b-256 |
a56e493aef2e259857a3747d2a61eeaf35c4df6a67e55ab6dd2574bfd169800c
|