WebRTC provider.
Definition at line 131 of file webrtc.py.
◆ async_close_session()
| None homeassistant.components.camera.webrtc.CameraWebRTCProvider.async_close_session |
( |
|
self, |
|
|
str |
session_id |
|
) |
| |
◆ async_handle_async_webrtc_offer()
| None homeassistant.components.camera.webrtc.CameraWebRTCProvider.async_handle_async_webrtc_offer |
( |
|
self, |
|
|
Camera |
camera, |
|
|
str |
offer_sdp, |
|
|
str |
session_id, |
|
|
WebRTCSendMessage |
send_message |
|
) |
| |
Handle the WebRTC offer and return the answer via the provided callback.
Definition at line 145 of file webrtc.py.
◆ async_is_supported()
| bool homeassistant.components.camera.webrtc.CameraWebRTCProvider.async_is_supported |
( |
|
self, |
|
|
str |
stream_source |
|
) |
| |
◆ async_on_webrtc_candidate()
| None homeassistant.components.camera.webrtc.CameraWebRTCProvider.async_on_webrtc_candidate |
( |
|
self, |
|
|
str |
session_id, |
|
|
RTCIceCandidateInit
|
candidate |
|
) |
| |
◆ domain()
| str homeassistant.components.camera.webrtc.CameraWebRTCProvider.domain |
( |
|
self | ) |
|
The documentation for this class was generated from the following file:
- core/homeassistant/components/camera/webrtc.py