mirror of
https://github.com/vector-im/element-call.git
synced 2026-04-15 07:50:26 +00:00
review: improve comments
This commit is contained in:
@@ -70,7 +70,9 @@ export class AndroidControlledAudioOutput implements MediaDevice<
|
||||
"[MediaDevices AndroidControlledAudioOutput]",
|
||||
);
|
||||
|
||||
// STATE stream: the current state of the controller, including the list of available devices and the selected device.
|
||||
/**
|
||||
* STATE stream: the current state of the controller, including the list of available devices and the selected device.
|
||||
*/
|
||||
private readonly controllerState$: Behavior<ControllerState>;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user