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 create two WebRTC clients, estabilish connection between them (offer-answer). Mic capture is in progress, but not data is not trasferred between them (checked peerConnection.stats) - and it seems fine, because i'm actually do not start transfering of any audio/video.
But with such an "empty" peer connection CPU usage is increaased up to 20%. Looks weird. Do you know what could cause such impact?
Hi! I have a problem with RTCPeerConnection.
I create two WebRTC clients, estabilish connection between them (offer-answer). Mic capture is in progress, but not data is not trasferred between them (checked peerConnection.stats) - and it seems fine, because i'm actually do not start transfering of any audio/video.
But with such an "empty" peer connection CPU usage is increaased up to 20%. Looks weird. Do you know what could cause such impact?
Sample code is below.
Stats show that no bytes sent, but CPU load is increased significantly (+20% on iPhone 7)
The text was updated successfully, but these errors were encountered: