Skip to content
Commit a8eb3192 authored by Daniel Calviño Sánchez's avatar Daniel Calviño Sánchez
Browse files

Prevent SimpleWebRTC from creating a video element if none was given



When no element is given "attachMediaStream()" creates and returns a new
element with the stream attached to it. If no element is given
SimpleWebRTC does not use the returned element, so there is no need to
initialize it.

Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
parent b1bb740b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment