Commit Graph

4 Commits (ca85fe16846aefa7edb8e31d8b305a7dae764e32)

Author SHA1 Message Date
Michael Kirk dbb29d7d7e Don't require recording permissions until call is ringing.
We do this by manually managing the RTCAudioSession.
Unfortunately to do this we have to include a couple of RTC headers not
exported by the default build of WebRTC.framework (see: Libraries/WebRTC)

// FREEBIE
8 years ago
Matthew Chen 692429480b Respond to CR.
// FREEBIE
8 years ago
Matthew Chen 74ca54d78e Improve instructions on how to build WebRTC.
// FREEBIE
8 years ago
Michael Kirk 647b2b37e9 WIP: WebRTC calling
* Ensure NotificationsManager has dependencies
    Otherwise it's easy to mess up the order of the required dependencies.
* move AccountManager into Environment, it's heavy to construct

// FREEBIE
8 years ago