summaryrefslogtreecommitdiffstats
path: root/webapp/components/webrtc/webrtc_controller.jsx
Commit message (Collapse)AuthorAgeFilesLines
* PLT-6689: fix user image requests (#6946)Chris2017-07-191-4/+3
| | | | | | * fix user image requests * fix eslint errors and a few more cache busters
* Move remaining actions over to use redux and v4 endpoints (#6720)Joram Wilander2017-06-261-4/+4
|
* Updating client dependencies. Switching to yarn. (#6433)Christopher Speller2017-05-181-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | * Updating client dependancies. Switching to using yarn. * Updating React * Moving pure components to using function syntax (performance gains with newer react version) * Updating client dependancies. * Ignore .yarninstall * Enabling pre-lockfile because it's the entire point of using yarn. * Removing old webpack config * Moving to new prop-types * Fixing ESLint Errors * Updating jest snapshots. * Cleaning up package.json
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
| | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
* Corrected 'hangup' to 'hang up' (#5930)Harrison Healey2017-03-311-3/+3
|
* PLT-5071: Client side component of Telemetry. (#5516)George Goldberg2017-02-241-0/+5
|
* Move remaining client functions in components to actions (#5171)Carlos Tadeu Panato Junior2017-01-271-1/+1
|
* PLT-5118 moving to last_picture_update for the profile img (#4985)Corey Hulen2017-01-061-3/+3
|
* PLT-4617 - UI Improvements to webrtc (#4946)Asaad Mahmood2017-01-031-7/+1
|
* PLT-4788 Fixed video on remote toggle (#4949)enahum2017-01-031-5/+2
|
* PLT-4644 Update webrtc client (#4922)enahum2017-01-031-6/+31
| | | | | | | | * PLT-4644 Update webrtc client * update webrtc-adapter * Use default ice server if none is provided
* Fix react warnings and part of backstage (#4706)enahum2016-12-051-2/+2
|
* Multiple UI Improvements (#4200)Asaad Mahmood2016-10-121-5/+11
| | | | | | * Multiple UI Improvements * Adjusting return to call position on mobile
* PLT-4298 Remove "Return to ongoing call" (#4101)enahum2016-09-281-0/+2
|
* PLT-4239 fixes getUserMedia (#4038)enahum2016-09-201-6/+6
|
* Webrtc client side (#4026)enahum2016-09-161-0/+1214
* WebRTC Server side * WebRTC client side * Bug fixes and improvements * Pushing UI improvements for webrtc (#3728) * Pushing UI improvements for webrtc * Updating webrtc css * PLT-3943 WebRTC P1: bug fixes and improvements * Video resolution set to std, reduce volume of ringtone and flip video horizontally * Fix calling a user B while WebRTC RHS is still opened * Leave RHS opened when call ends, Fix isBusy on popover and channel_header * Fix pre-release feature, RHS & System Console * PLT-3945 - Updating UI for webrtc (#3908) * PLT-3943 Webrtc p1 * Add ongoing call indicator when RHS is opened * UI updates to to webrtc notifcation (#3959)