Table of Contents

TTMSFNCWXWebRTCDevice Class

Represents a single media device discovered during device enumeration, such as a camera, microphone, or audio output.

API unit family: TMSFNCWXWebRTC Inherits from: TCollectionItem

Syntax

TTMSFNCWXWebRTCDevice = class(TCollectionItem)

Properties

Name Description
DeviceID The unique identifier of the device, used to select it when requesting media.
GroupID The group identifier shared by devices that belong to the same physical hardware, for example a camera and microphone in one headset.
Kind The category of the device, such as video input, audio input, or audio output.
Name The human-readable label of the device as reported by the browser.