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

Problems with example #15

Open
brunosiqueira opened this issue May 5, 2015 · 2 comments
Open

Problems with example #15

brunosiqueira opened this issue May 5, 2015 · 2 comments

Comments

@brunosiqueira
Copy link

Folks, I am trying to run the simple example in the rtc.io website https://rtc.io/tutorial-rtc-video-chat.html

I am getting the following error: Uncaught TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'.

And the problem is that acctually the rtc object does not have the remote and local attributes:

// Display local and remote video streams
localVideo.appendChild(rtc.local);
remoteVideo.appendChild(rtc.remote);

I used the last RTC release 3.3.0. Am I missing something here?

@DamonOehlman
Copy link
Member

@brunosiqueira Thanks for reporting that. I'm in the progress of creating a new version of the site so I'll look to address that at the same time.

@boynet
Copy link

boynet commented May 19, 2015

+1 I think all the examples are old..
the ready event are never fired and channel:opened:chat event are never fired
also the debug not working? I am getting crazy or missing something?

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

No branches or pull requests

3 participants