public interface StartCaptureSessionCallback extends BrowserAsyncCallback<StartCaptureSessionCallback.Params,StartCaptureSessionCallback.Action>
Use the StartCaptureSessionCallback.Action.selectSource(CaptureSource, AudioCaptureMode) or
the StartCaptureSessionCallback.Action.selectSource(Browser, AudioCaptureMode) method to allow the web page
to capture the specified source.
Use the StartCaptureSessionCallback.Action.cancel() method to deny the permission.
If the callback throws an exception, the StartCaptureSessionCallback.Action.cancel() is automatically invoked.
| Modifier and Type | Interface and Description |
|---|---|
static class |
StartCaptureSessionCallback.Action
An action to take in
StartCaptureSessionCallback. |
static interface |
StartCaptureSessionCallback.Params
The parameters of the
StartCaptureSessionCallback. |
on