The version of the Agora Web SDK.
Checks the Web Browser Compatibility
This method checks the compatibility between the Web SDK and the current web browser.
Use this method before calling createClient to check the compatibility between the system and the web browser.
Note:
Agora has yet to conduct comprehensive tests on Chromium kernel browsers, such as QQ and 360. Agora will gradually achieve compatibility on most mainstream browsers in subsequent versions of the Web SDK.
Creates a Client Object
This method creates and returns a client object. You can only call this method once each call session.
Defines the property of the client, see ClientConfig for details.
Creates a Stream Object
This method creates and returns a stream object.
Defines the properties of the stream, see StreamSpec for details.
Enumerates the Media Devices
This method enumerates the available media input and output devices, such as microphones, cameras, headsets, and so on.
If this method succeeds, the SDK returns a list of media devices in an array of MediaDeviceInfo objects.
AgoraRTC is the entry point for all the methods that can be called in Agora Web SDK.
You can use the AgoraRTC methods to create Client and Stream objects.
Other methods of the AgoraRTC object check for system requirements and set up error logging.