Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.camera.webrtc.WebRTCClientConfiguration Class Reference

Public Member Functions

dict[str, Any] to_frontend_dict (self)
 

Static Public Attributes

 bool
 
 default_factory
 
 None
 
 RTCConfiguration
 

Detailed Description

WebRTC configuration for the client.

Not part of the spec, but required to configure client.

Definition at line 110 of file webrtc.py.

Member Function Documentation

◆ to_frontend_dict()

dict[str, Any] homeassistant.components.camera.webrtc.WebRTCClientConfiguration.to_frontend_dict (   self)
Return a dict that can be used by the frontend.

Definition at line 120 of file webrtc.py.

Member Data Documentation

◆ bool

homeassistant.components.camera.webrtc.WebRTCClientConfiguration.bool
static

Definition at line 118 of file webrtc.py.

◆ default_factory

homeassistant.components.camera.webrtc.WebRTCClientConfiguration.default_factory
static

Definition at line 116 of file webrtc.py.

◆ None

homeassistant.components.camera.webrtc.WebRTCClientConfiguration.None
static

Definition at line 117 of file webrtc.py.

◆ RTCConfiguration

homeassistant.components.camera.webrtc.WebRTCClientConfiguration.RTCConfiguration
static

Definition at line 116 of file webrtc.py.


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