Expand description
Matter TLV encoders and decoders for WebRTC Transport Provider Cluster Cluster ID: 0x0553
This file is automatically generated from WebRTC_Provider.xml
Structs§
- Provide
Offer Params - Parameters for ProvideOffer command
- Provide
Offer Response - SFrame
- Solicit
Offer Params - Parameters for SolicitOffer command
- Solicit
Offer Response
Functions§
- decode_
attribute_ json - Decode attribute value and return as JSON string
- decode_
current_ sessions - Decode CurrentSessions attribute (0x0000)
- decode_
provide_ offer_ response - Decode ProvideOfferResponse command response (03)
- decode_
solicit_ offer_ response - Decode SolicitOfferResponse command response (01)
- encode_
command_ json - encode_
end_ session - Encode EndSession command (0x06)
- encode_
provide_ answer - Encode ProvideAnswer command (0x04)
- encode_
provide_ ice_ candidates - Encode ProvideICECandidates command (0x05)
- encode_
provide_ offer - Encode ProvideOffer command (0x02)
- encode_
solicit_ offer - Encode SolicitOffer command (0x00)
- end_
session - Invoke
EndSessioncommand on clusterWebRTC Transport Provider. - get_
attribute_ list - Get list of all attributes supported by this cluster
- get_
command_ list - get_
command_ name - get_
command_ schema - provide_
answer - Invoke
ProvideAnswercommand on clusterWebRTC Transport Provider. - provide_
ice_ candidates - Invoke
ProvideICECandidatescommand on clusterWebRTC Transport Provider. - provide_
offer - Invoke
ProvideOffercommand on clusterWebRTC Transport Provider. - read_
current_ sessions - Read
CurrentSessionsattribute from clusterWebRTC Transport Provider. - solicit_
offer - Invoke
SolicitOffercommand on clusterWebRTC Transport Provider.