- From: Philipp Hancke via GitHub <sysbot+gh@w3.org>
- Date: Thu, 15 Jun 2017 08:03:05 +0000
- To: public-webrtc-logs@w3.org
I checked (1) in both Chrome (beta with experimental web platform features flag) and Firefox. ``` var pc = new RTCPeerConnection(); pc.createOffer({offerToReceiveAudio: true}).then(function(offer) { console.log(pc.getReceivers()); }) ``` both return an empty array. -- GitHub Notification of comment by fippo Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1383#issuecomment-308659172 using your GitHub account
Received on Thursday, 15 June 2017 08:04:55 UTC