onaddstream event
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
This event fires when a new MediaStream object is added to the RTCPeerConnection.
Syntax
Event Property | object.onaddstream = handler; |
Event handler parameters
handler [in]
Type: FunctionAn event handler to call when a MediaStream has been added to the RTCPeerConnection.