groupId property

String get groupId

The groupId read-only property of the MediaDeviceInfo interface returns a string that is a group identifier.

Two devices have the same group identifier if they belong to the same physical device; for example, a monitor with both a built-in camera and microphone.

Implementation

external String get groupId;