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

Video/Call chat #59

Open
Alir3z4 opened this issue Jun 15, 2018 · 2 comments
Open

Video/Call chat #59

Alir3z4 opened this issue Jun 15, 2018 · 2 comments
Assignees
Labels

Comments

@Alir3z4
Copy link
Member

Alir3z4 commented Jun 15, 2018

this is pretty simple to go with.

For beginning, this should completely done via text and not fancy buttons yet.
Syntax => "call USERNAME" like "call amir" then when "amir" receives the the same message "call amir", you should make the call object.

The call object is like:

// we have to wait until it's ready
    webrtc.on('readyToCall', function () {
        // you can name it anything
        webrtc.joinRoom('Makiato'); // Malianto should be unique or anything you want, something for both parties.
    });

I'm going to make a dirty pull request so you can follow.

@AmirSavand
Copy link
Contributor

Fantastic.

@Alir3z4
Copy link
Member Author

Alir3z4 commented Jun 15, 2018

It's really simple to work with.
You can try the pull request right away and it works

Just get a working example of it

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

No branches or pull requests

2 participants