Re: [webrtc-pc] Transceiver kind attribute

```js
kind = sender => pc.getTransceivers().find(tc => tc.sender == sender).receiver.track.kind;
```


-- 
GitHub Notification of comment by jan-ivar
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1765#issuecomment-364597028 using your GitHub account

Received on Friday, 9 February 2018 23:17:28 UTC