RESOLVED FIXED 174125
Safari is not giving call back if video is paused by the user
https://bugs.webkit.org/show_bug.cgi?id=174125
Summary Safari is not giving call back if video is paused by the user
KISHOR
Reported 2017-07-04 03:43:17 PDT
Steps - ---------------------- 1. Join the safari webrtc meeting 2. On the browser camera control (next to url) pause the video Expected - ----------------------- A callback should be given from the browser to application to indicate that the video is been paused from browser level contorls Observed - ----------------------------- Browser is not sending any call back . Hence webrtc application will not get the access to camera and application will not get to know what action needs to taken. Please find the screen shot attached.
Attachments
Screen shot for the video pause (2.68 MB, image/png)
2017-07-04 03:44 PDT, KISHOR
no flags
KISHOR
Comment 1 2017-07-04 03:44:21 PDT
Created attachment 314560 [details] Screen shot for the video pause
Radar WebKit Bug Importer
Comment 2 2017-07-04 04:13:06 PDT
youenn fablet
Comment 3 2017-07-04 17:35:34 PDT
If the capture is disabled by the user using Safari UI, the corresponding audio/video tracks will be muted. Conversely, these track can be unmuted using Safari UI. Both mute/unmute can be caught using track onmute/onunmute event handlers.
youenn fablet
Comment 4 2017-07-04 17:36:54 PDT
Let me know whether mute/unmute events are sufficient for your needs.
KISHOR
Comment 5 2017-07-06 23:37:19 PDT
We will try out and update the same
youenn fablet
Comment 6 2017-09-26 09:07:48 PDT
Hi Kishor, Are track muted events good enough? Can we close this bug?
youenn fablet
Comment 7 2017-09-28 11:40:26 PDT
Kishor, closing this bug. You are welcome to reopen it if needed.
Note You need to log in before you can comment on or make changes to this bug.