You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+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?
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?
The text was updated successfully, but these errors were encountered: