Table of Contents
Enumerations #
Name | Values |
---|---|
DeviceTypes | VideoInput |
AudioInput |
Constants #
This object exposes no constants.
Events #
This object exposes no events.
Methods #
Name | Parameters | Return Type | Description |
---|---|---|---|
Constructor | id as String label as String type as DeviceTypes = DeviceTypes.VideoInput | None | Creates a new instance of the class. |
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
ID | String | Empty | Device ID returned by the user’s browser. |
Name | String | Empty | Name defined by the user’s browser. In insecure contexts, if a device is returned at all, this may be a generic name or have no value. |
Type | DeviceTypes | VideoInput | The type of device this class instance represents. |