Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

startBfcpShare not working #215

Open
GoogleCodeExporter opened this issue Apr 29, 2015 · 0 comments
Open

startBfcpShare not working #215

GoogleCodeExporter opened this issue Apr 29, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant