Re: [remote-playback] Define interaction with setMediaKeys() / Encrypted Media Extensions

The strawman proposal from #41 was to do the following:

```readonly attribute MediaKeys mediaKeys;```

MAY support. Return `null` otherwise.

```Promise setMediaKeys(MediaKeys? mediaKeys);```

MAY support. Reject with `NotSupporterError`.

```attribute EventHandler onencrypted;```

MAY support. Otherwise, no-op.

```attribute EventHandler onwaitingforkey;```

MAY support. Otherwise, no-op.

It doesn't describe how it should work if it is supported.

-- 
GitHub Notification of comment by avayvod
Please view or discuss this issue at 
https://github.com/w3c/remote-playback/issues/55#issuecomment-254653593
 using your GitHub account

Received on Tuesday, 18 October 2016 22:06:47 UTC