Public Member Functions | |
| None | __init__ (self, ThreadPoolExecutor executor, grpc.Channel channel, str phone_number) |
| None | audio_session (self) |
| None | call (self) |
| bool | wait_peer (self) |
Private Member Functions | |
| None | _on_call_info (self, phone_pb2.CallInfo call_info) |
| None | _on_call_state (self, phone_pb2.CallState.State call_state) |
| None | _response_watcher (self, Iterator[phone_pb2.StreamCallResponse] response_iterator) |
Private Attributes | |
| _audio_session_link | |
| _call_finished | |
| _call_state | |
| _channel | |
| _consumer_future | |
| _executor | |
| _peer_responded | |
| _phone_number | |
| _session_id | |
| _stub | |
Definition at line 26 of file examples/python/async_streaming/client.py.
| None client.CallMaker.__init__ | ( | self, | |
| ThreadPoolExecutor | executor, | ||
| grpc.Channel | channel, | ||
| str | phone_number | ||
| ) |
Definition at line 28 of file examples/python/async_streaming/client.py.
|
private |
Definition at line 61 of file examples/python/async_streaming/client.py.
|
private |
Definition at line 65 of file examples/python/async_streaming/client.py.
|
private |
Definition at line 41 of file examples/python/async_streaming/client.py.
| None client.CallMaker.audio_session | ( | self | ) |
Definition at line 91 of file examples/python/async_streaming/client.py.
| None client.CallMaker.call | ( | self | ) |
Definition at line 75 of file examples/python/async_streaming/client.py.
| bool client.CallMaker.wait_peer | ( | self | ) |
Definition at line 83 of file examples/python/async_streaming/client.py.
|
private |
Definition at line 34 of file examples/python/async_streaming/client.py.
|
private |
Definition at line 37 of file examples/python/async_streaming/client.py.
|
private |
Definition at line 35 of file examples/python/async_streaming/client.py.
|
private |
Definition at line 30 of file examples/python/async_streaming/client.py.
|
private |
Definition at line 38 of file examples/python/async_streaming/client.py.
|
private |
Definition at line 29 of file examples/python/async_streaming/client.py.
|
private |
Definition at line 36 of file examples/python/async_streaming/client.py.
|
private |
Definition at line 32 of file examples/python/async_streaming/client.py.
|
private |
Definition at line 33 of file examples/python/async_streaming/client.py.
|
private |
Definition at line 31 of file examples/python/async_streaming/client.py.