patryksim / Sipml5

Basado en la librería SIPML5, combinando las capacidades de WebRTC y el protocolo SIP para ofrecer comunicaciones de voz y video directamente desde un navegador web compatible.
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

startBfcpShare not working #215

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi there,

I used the new version (1.5.222) of sipml5 and noticed bfcp was added.  I tried 
to activate this in my webrtc client but no response after I call bfcp.

My javascript as below.
I am using Chrome.  The script was as below:

        tp.duo_video = function() {
            if(tp.callSession) {
                tp.callSession.startBfcpShare();
            }
        }

My html as below:
<td><input type="button" style="background-color:transparent; border: 1px solid 
#000" id="tp_btn_presentation_toggle" value="duo_video" 
onclick="tp.duo_video();" /></td>

When I click my button, there is no response from the script.  Can someone help 
to set an example of the bfcp can work?

Thanks very much in advance, Patrick

Original issue reported on code.google.com by patri...@tmstream.com on 16 Mar 2015 at 4:30