stephenlb / webrtc-sdk

WebRTC Simple Calling API + Mobile SDK - A simplified approach to RTCPeerConnection for mobile and web video calling apps.
https://stephenlb.github.io/webrtc-sdk/
MIT License
853 stars 278 forks source link

Need a list of users that are ready for a call. #66

Open crookedbard opened 5 years ago

crookedbard commented 5 years ago

If there is a list of users that are ready for a call (ready function called) then the caller needs to see a list of phone numbers that he can make a call to.

stephenlb commented 5 years ago

Good idea. To confirm, you are asking about an Address book or a Call Lobby ?

On Mon, Dec 17, 2018 at 4:31 AM Dainius Kreivys notifications@github.com wrote:

If there is a list of users that are ready for a call (ready function called) then the caller needs to see a list of phone numbers that he can make a call to.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/stephenlb/webrtc-sdk/issues/66, or mute the thread https://github.com/notifications/unsubscribe-auth/AACwnrK0gYwEEyj68o1nWBxQuChCvppqks5u546_gaJpZM4ZWQ4y .

-- Stephen Blum - CTO https://www.linkedin.com/in/stephenlb/

crookedbard commented 5 years ago

Yes