mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-17 06:16:28 +00:00
Update docs/core/entity/camera.md
This commit is contained in:
parent
f98ef0dd14
commit
277f215beb
@ -98,7 +98,7 @@ An integration may provide a WebRTC stream for any RTSP camera using `async_regi
|
||||
|
||||
```python
|
||||
async def handle_offer(stream_source: str, offer_sdp: str) -> str:
|
||||
"""Handle the signal path for a WebRTC stream and return an answer"""
|
||||
"""Handle the signal path for a WebRTC stream and return an answer."""
|
||||
try:
|
||||
return await client.offer(offer_sdp, stream_source)
|
||||
except ClientError as err:
|
||||
|
Loading…
x
Reference in New Issue
Block a user