Skip to content

Problems with example #15

@brunosiqueira

Description

@brunosiqueira

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions