Re: [webrtc-pc] Origin value for data channel message event

On closer inspection, the `origin` is indeed used for WebSocket messages. However, what it should be for a WebRTC data channel message is also well specified:
```Fire an event named message at channel with the origin attribute initialized to the origin of the document that created the channel's associated RTCPeerConnection, and the data attribute initialized to data.```

I'll close this Issue as it seems to have been fixed.

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

Received on Monday, 9 July 2018 08:27:33 UTC