mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
Sunil: - Add TurnConfiguration to reference documentation. Add more details in docstrings. - Rename the component to TurnConsumer since 'Component' in the name is redundant and unconventional. Also, hopefully, the component will retain the API over multiple TURN servers. - Log when notifying other components about configuration change. - Use TurnConfiguration class more widely. - Refactor for simplicity. - Additional tests. - Move URI generation code into TurnConfiguration. Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net> Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
11 lines
211 B
ReStructuredText
11 lines
211 B
ReStructuredText
.. SPDX-License-Identifier: CC-BY-SA-4.0
|
|
|
|
Coturn
|
|
^^^^^^
|
|
|
|
.. autoclass:: plinth.modules.coturn.components.TurnConsumer
|
|
:members:
|
|
|
|
.. autoclass:: plinth.modules.coturn.components.TurnConfiguration
|
|
:members:
|