Unity-Technologies / com.unity.webrtc

WebRTC package for Unity
Other
739 stars 185 forks source link

feat: Add GetContributingSources in RTCRtpReceiver class #859

Closed karasusan closed 1 year ago

karasusan commented 1 year ago

Add two methods to RTCRtpReceiver class.

    RTCRtpContributingSource[] GetSynchronizationSources();
    RTCRtpContributingSource[] GetContributingSources();