New issue
Advanced search Search tips

Issue 824554 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Mar 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 3
Type: Bug



Sign in to add a comment

[CRD iOS] App should disable video stream when app goes to background

Project Member Reported by yuweih@chromium.org, Mar 21 2018

Issue description

I.e. call session->EnableVideoChannel(false) when app goes to background and session->EnableVideoChannel(true) when app comes to foreground.
 
Project Member

Comment 1 by bugdroid1@chromium.org, Mar 22 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/7551b1e6eb5d427a1a72cb80e06f401bff857824

commit 7551b1e6eb5d427a1a72cb80e06f401bff857824
Author: Yuwei Huang <yuweih@chromium.org>
Date: Thu Mar 22 02:41:01 2018

[CRD iOS] Disable video channel when app goes to background

Make HostViewController call EnableVideoChannel(false) when the app is
inactive. This can save some battery for the device.

Bug:  824554 
Change-Id: Ic468344509bcb9458a592cf4eea8e5b28a939f90
Reviewed-on: https://chromium-review.googlesource.com/974506
Reviewed-by: Jamie Walch <jamiewalch@chromium.org>
Commit-Queue: Yuwei Huang <yuweih@chromium.org>
Cr-Commit-Position: refs/heads/master@{#544957}
[modify] https://crrev.com/7551b1e6eb5d427a1a72cb80e06f401bff857824/remoting/client/chromoting_session.h
[modify] https://crrev.com/7551b1e6eb5d427a1a72cb80e06f401bff857824/remoting/ios/app/host_view_controller.mm
[modify] https://crrev.com/7551b1e6eb5d427a1a72cb80e06f401bff857824/remoting/ios/session/remoting_client.h
[modify] https://crrev.com/7551b1e6eb5d427a1a72cb80e06f401bff857824/remoting/ios/session/remoting_client.mm

Comment 2 by yuweih@chromium.org, Mar 22 2018

Status: Fixed (was: Assigned)

Sign in to add a comment