Commit Graph

12 Commits

Author SHA1 Message Date
gmbnt 4e86453195
Update MAINTAINING.md 2020-02-05 14:10:14 +11:00
Michael Kirk fbfa5e6dee
Update MAINTAINING.md 2018-05-22 13:21:54 -04:00
Joshua Lund 2c18a75d12 Update to the new GitHub organization name 2018-02-13 10:52:07 -05:00
Michael Kirk 961576448b Update WebRTC to M59 + signal patches
// FREEBIE
2017-07-10 11:15:57 -05:00
Prayag Verma 8fbe1d667d Fix typo in Maintaining doc - FREEBIE
transperancy → transparency
2017-02-21 13:32:41 +05:30
Matthew Chen 9e7ca5d87c Refine Carthage instructions.
// FREEBIE
2017-02-13 09:37:02 -05:00
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.
2017-02-13 09:35:54 -05:00
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. 2017-02-13 09:35:46 -05:00
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
2017-01-17 21:49:13 -05:00
Matthew Chen 692429480b Respond to CR.
// FREEBIE
2017-01-12 09:56:10 -05:00
Matthew Chen 74ca54d78e Improve instructions on how to build WebRTC.
// FREEBIE
2017-01-12 09:56:09 -05:00
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
2017-01-12 09:56:05 -05:00