Replies: 1 comment 5 replies
-
Hi @bigbean17, the rtp-outbound stats can be found below: You can use the function below with the correct rtcMetrics type: An example of its usage is: amazon-kinesis-video-streams-webrtc-sdk-c/samples/Common.c Lines 135 to 143 in 0ae9ec6 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to get the value of "remote-outbound-rtp" of a video stream. I found that "remote-outbound-rtp" only occur when it is the audio stream. I'm iterating the result of
RTCPeerConnection.getStatus(null)
, not sure what went wrong. Any help would be appreciated.Beta Was this translation helpful? Give feedback.
All reactions