w3c / webrtc-identity

Specification of the Identity framework for WebRTC
https://w3c.github.io/webrtc-identity/
Other
4 stars 12 forks source link

`addTransceiver(track)` doesn't mention checking the origin of track #9

Open dontcallmedom opened 7 years ago

dontcallmedom commented 7 years ago

Initially raised by @aboba at https://github.com/w3c/webrtc-pc/issues/1407

From Issue https://github.com/w3c/webrtc-pc/issues/1386:

dontcallmedom commented 7 years ago

Comment by @adam-be

I assume that you're referring to the text about a track being inaccessible to the application (e.g. by peerIdentity). We might want to make that piece general and reference it from both addTrack and addTransceiver.

dontcallmedom commented 7 years ago

Comment by @adam-be

Btw, should that text emit any errors to the application?