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
854 stars 279 forks source link

Phone number designations #11

Closed Welborn09 closed 8 years ago

Welborn09 commented 8 years ago

Can you elaborate on how the phone numbers are designated and what system it would need to go into? Would I just assign each user an ID that would be their phone number, and the Phone.PhoneNumber field would have this number?

Thanks