true
: The Web SDK is compatible with the current web browser.false
: The Web SDK is not compatible with the current web browser.Returns a Promise
object. In the .then(function(result){})
callback, result
has the following properties:
video
: array, the supported video codecs. The array might include "H264"
and "VP8"
, or be empty.audio
: array, the supported audio codecs. The array might include "OPUS"
, or be empty.