bugtracker
bugtracker copied to clipboard
kurento-utils shows spinner in video tag with only audio-only connections
If the constraints passed to WebRtcPeer
specify { audio : true, video : false }
, and the user sets a video tag in localVideo
, the spinner stays there forever, even when the connection is established and media is flowing. We should change the icon for a speaker or something like that, to show that there will be audio only in that element.