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

Can I use a switch in AndroidRTC for switching audio/video call while two users are connected #52

Closed
Nickx27 opened this issue Jun 11, 2015 · 3 comments

Comments

@Nickx27
Copy link

Nickx27 commented Jun 11, 2015

Hi, Can I able to switch between audio/video while webrtc client connections are established.

@pchab
Copy link
Owner

pchab commented Jun 11, 2015

Hi, This is not implemented as of now.
You could probably take a look at this pull request if you want to do it yourself.

@pchab pchab closed this as completed Jun 11, 2015
@Nickx27
Copy link
Author

Nickx27 commented Jun 11, 2015

One more question, can I implement sending a message(chat) while connected to webrtc client. If do, how can it be implemented in AndroidRTC.

@pchab
Copy link
Owner

pchab commented Jun 11, 2015

androidRtc uses socket.io to send the SDP messages. http://socket.io/ already provide examples for building a simple chat app.

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

2 participants