Liking cljdoc? Tell your friends :D

chromex.ext.webrtc-desktop-capture-private

clj

Use the chrome.webrtcDesktopCapturePrivate API to capture desktop media requested from a WebView.

  • available since Chrome 44
Use the chrome.webrtcDesktopCapturePrivate API to capture
desktop media requested from a WebView.

  * available since Chrome 44
raw docstring

api-tableclj

source

cancel-choose-desktop-mediaclj/smacro

(cancel-choose-desktop-media desktop-media-request-id)

Hides desktop media picker dialog shown by chooseDesktopMedia().

|desktop-media-request-id| - ?

Hides desktop media picker dialog shown by chooseDesktopMedia().

|desktop-media-request-id| - ?
sourceraw docstring

cancel-choose-desktop-media*cljs

(cancel-choose-desktop-media* config desktop-media-request-id)
source

choose-desktop-mediaclj/smacro

(choose-desktop-media sources request)

Shows desktop media picker UI with the specified set of sources.

|sources| - ? |request| - ?

This function returns a core.async channel of type promise-chan which eventually receives a result value. Signature of the result value put on the channel is [stream-id] where:

|stream-id| - ?

In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.

Shows desktop media picker UI with the specified set of sources.

  |sources| - ?
  |request| - ?

This function returns a core.async channel of type `promise-chan` which eventually receives a result value.
Signature of the result value put on the channel is [stream-id] where:

  |stream-id| - ?

In case of an error the channel closes without receiving any value and relevant error object can be obtained via
chromex.error/get-last-error.
sourceraw docstring

choose-desktop-media*cljs

(choose-desktop-media* config sources request)
source

gen-callclj

source

gen-wrapclj/smacro

(gen-wrap kind item-id config & args)
source

tap-all-eventsclj/smacro

(tap-all-events chan)

Taps all valid non-deprecated events in chromex.ext.webrtc-desktop-capture-private namespace.

Taps all valid non-deprecated events in chromex.ext.webrtc-desktop-capture-private namespace.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close