Re: [webrtc-pc] specify legacy onaddstream?

> Firefox doesn't have removeStream() so that case is not as clear cut. Safari does have the removeStream() method but not the onremovestream property, but that might be a mistake, the event could still be fired. @youennf?

addStream/removeStream are not exposed by default in Safari.
They are only exposed if user explicitly turns on the legacy-API runtime flag.
Plan is to get rid off this legacy API/legacy flag at some point in the future.

adapter.js provides support for them in Safari for legacy websites.

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

Received on Wednesday, 10 January 2018 10:57:27 UTC