Builder
Builder class for RtcpMessage.
Provides a fluent API to set various properties for the RtcpMessage and then build it.
Functions
The local address (this device) of a call, mandatory property
The remote address of a call, mandatory property
The audio MediaDirection of a call
Constructs the RtcpMessage based on the provided properties.
The CallDirection of a call, mandatory property
The Call-Id of a call, mandatory property
The display name of a call, mandatory property
Current round trip time in milliseconds
This WebRTC property represents the audio level of the media source (incoming).
Total number of RX (received) RTP bytes
Jitter in milliseconds
Total number RTP packets lost
Total number of RX (received) RTP packets
This WebRTC property represents the total audio energy of the media source over the lifetime of a call. (incoming)
This WebRTC property represents the audio level of the media source (outgoing).
Total number of TX (transmitted) RTP bytes
Total number of TX (transmitted) RTP packets
This WebRTC property represents the total audio energy of the media source over the lifetime of a call. (outgoing)
The video MediaDirection of a call