lukeweber / webrtc-jingle-client

Webrtc audio + jingle protocol brought to IOS and Android.
https://groups.google.com/forum/?fromgroups#!forum/webrtc-jingle
BSD 3-Clause "New" or "Revised" License
335 stars 137 forks source link

Added proximity logic back #50

Closed jreyes closed 11 years ago

jreyes commented 11 years ago

This fixes https://github.com/lukeweber/webrtc-jingle-client/issues/45

lukeweber commented 11 years ago

What about the logic for headset plugged, bluetooth and when the phone is horizontal?

jreyes commented 11 years ago

headset/bluetooth/speaker since is a core util i think it should be in another class, working currently on that one. The phone horizontal is so it wont turn off when the phone is like that?

lukeweber commented 11 years ago

Horizontal is actually equivalent to phone laying flat. Naming is just funky. On Dec 17, 2012 11:48 AM, "Johann Reyes" notifications@github.com wrote:

headset/bluetooth/speaker since is a core util i think it should be in another class, working currently on that one. The phone horizontal is so it wont turn off when the phone is like that?

— Reply to this email directly or view it on GitHubhttps://github.com/lukeweber/webrtc-jingle-client/pull/50#issuecomment-11437210.

lukeweber commented 11 years ago

Cool, merged this.