• Checks the compatibility of the current browser. Use this method before calling init to check if the SDK is compatible with the web browser.

    Version >= 2.1.1

    Returns MediaCompatiblity

    A MediaCompatiblity object. The object has following properties:

    • audio: boolean, whether the audio is compatible with the current web browser.
    • video: boolean, whether the video is compatible with the current web browser.
    • screen: boolean, whether the screen is compatible with the current web browser.