Rafael Costa
Rafael Costa
@devand123 the video is shown right now, but how can I set the position ? I'm trying to set the css but it doesn't works... #webcam { width: 100%; height:...
video is shown but still on top..any param do send to background ?
@devand123 but your code don't put the video behind the webview ? I thought so...
:S I'm really confused right now... what should I do to send the video to background ?
yeah, I'm using but video still showing on top: Javascript ``` var publisher = TB.initPublisher(apiKey, 'webcam'); var session = TB.initSession(apiKey, sessionId); session.on({ 'streamCreated': function( event ){ var div = document.createElement('div');...
@devand123 worked.. I tested use \* { bg transparent } and worked... something is setting background-color (maybe ion-panel)... I'll figure out it and fix.. thanks
@devand123 it's almost done... couldn't us remove the 'play' button over the video ?
doesn't works :/
@rferro any chance to merge branch issue-5 into master ?