1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
API Reference
=============
.. automodule:: aioice
.. autoclass:: Connection
:members: local_candidates, local_username, local_password, remote_candidates, remote_username, remote_password
.. automethod:: add_remote_candidate
.. automethod:: gather_candidates
.. automethod:: get_default_candidate
.. automethod:: connect
.. automethod:: close
.. automethod:: recv
.. automethod:: recvfrom
.. automethod:: send
.. automethod:: sendto
.. automethod:: set_selected_pair
.. autoclass:: Candidate
.. automethod:: from_sdp
.. automethod:: to_sdp
|