File: api.rst

package info (click to toggle)
python-aioice 0.10.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 428 kB
  • sloc: python: 3,832; makefile: 20; sh: 1
file content (23 lines) | stat: -rw-r--r-- 630 bytes parent folder | download | duplicates (4)
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