We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, currently, the first codec is chosen as preferred codec:
pyVoIP/pyVoIP/RTP.py
Lines 313 to 318 in dd2c83c
Compatible codecs list is hardcoded in init.py, so preferred codec will always be PCMU
pyVoIP/pyVoIP/__init__.py
Line 100 in dd2c83c
I need a way to use PCMA as preferred codec.
@tayler6000 I'm going to prepare a PR to add this feature, do you have any suggestion in how to expose this configuration? Thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
currently, the first codec is chosen as preferred codec:
pyVoIP/pyVoIP/RTP.py
Lines 313 to 318 in dd2c83c
Compatible codecs list is hardcoded in init.py, so preferred codec will always be PCMU
pyVoIP/pyVoIP/__init__.py
Line 100 in dd2c83c
I need a way to use PCMA as preferred codec.
@tayler6000 I'm going to prepare a PR to add this feature, do you have any suggestion in how to expose this configuration? Thank you
The text was updated successfully, but these errors were encountered: