Unity-Technologies / com.unity.webrtc

WebRTC package for Unity
Other
739 stars 185 forks source link

fix: Display readable RTCStats name in sample scene #856

Closed karasusan closed 1 year ago

karasusan commented 1 year ago

RTCStats.Id property returns unreadable string after updating libwebrtc (https://github.com/Unity-Technologies/com.unity.webrtc/pull/843). So this pull request fixes the text to identify RTCStats.

In this pull request fixed two parts of the project.