Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.camera.webrtc.WebRTCCandidate Class Reference
Inheritance diagram for homeassistant.components.camera.webrtc.WebRTCCandidate:
[legend]
Collaboration diagram for homeassistant.components.camera.webrtc.WebRTCCandidate:
[legend]

Public Member Functions

dict[str, Any] as_dict (self)
 

Detailed Description

WebRTC candidate.

Definition at line 85 of file webrtc.py.

Member Function Documentation

◆ as_dict()

dict[str, Any] homeassistant.components.camera.webrtc.WebRTCCandidate.as_dict (   self)
Return a dict representation of the message.

Reimplemented from homeassistant.components.camera.webrtc.WebRTCMessage.

Definition at line 90 of file webrtc.py.


The documentation for this class was generated from the following file: