Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 749 Bytes

ConnectionRtcpSettings.md

File metadata and controls

24 lines (12 loc) · 749 Bytes

ConnectionRtcpSettings

Properties

Name Type Description Notes
port PortEnum RTCP port by default is rtp+1, it can also be set to rtcp-mux [optional]
captureEnabled Boolean BETA - Enable the capture and storage of RTCP messages to create QoS reports on the Telnyx Mission Control Portal. [optional]
reportFrequencySecs Integer RTCP reports are sent to customers based on the frequency set. Frequency is in seconds and it can be set to values from 5 to 3000 seconds. [optional]

Enum: PortEnum

Name Value
RTCP_MUX "rtcp-mux"
RTP_1 "rtp+1"