You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a class called CCResponder derived from MediaHandler. This class is supposed to take care of receiver reports. In the streamer example, I added the following line in the createPeerConnection function:
On the master branch, There is no problem in the commit f9fc064 but starting from the commit 0b98d7a, CCResponder ::incoming is never called. I saw this behavior on both Windows and Linux machines. I can confirm there are receiver reports via Wireshark.
Any guidance is appreciated.
The text was updated successfully, but these errors were encountered:
Hi,
I have a class called CCResponder derived from MediaHandler. This class is supposed to take care of receiver reports. In the streamer example, I added the following line in the createPeerConnection function:
On the master branch, There is no problem in the commit f9fc064 but starting from the commit 0b98d7a,
CCResponder ::incoming
is never called. I saw this behavior on both Windows and Linux machines. I can confirm there are receiver reports via Wireshark.Any guidance is appreciated.
The text was updated successfully, but these errors were encountered: