Commit Graph

12 Commits (41d078d01250b79a99613f4f09241ed4cffe3648)

Author SHA1 Message Date
gmbnt 4e86453195
Update MAINTAINING.md 4 years ago
Michael Kirk fbfa5e6dee
Update MAINTAINING.md 6 years ago
Joshua Lund 2c18a75d12 Update to the new GitHub organization name 6 years ago
Michael Kirk 961576448b Update WebRTC to M59 + signal patches
// FREEBIE
7 years ago
Prayag Verma 8fbe1d667d Fix typo in Maintaining doc - FREEBIE
transperancy → transparency
7 years ago
Matthew Chen 9e7ca5d87c Refine Carthage instructions.
// FREEBIE
7 years ago
Matthew Chen 98a57d69c7 Revert "Corrected BUILDING.md and MAINTAINING.md instructions so new developers will have a successful build in XCode. Current instructions from BUILDING.md were not current and incomplete nor referenced MAINTAINING.md."
This reverts commit 13647bab39.
7 years ago
EDSGH 13647bab39 Corrected BUILDING.md and MAINTAINING.md instructions so new developers will have a successful build in XCode. Current instructions from BUILDING.md were not current and incomplete nor referenced MAINTAINING.md. 7 years ago
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