IMediaControlEndpointLocatorAsync
Interface for asynchronously locating and interacting with media control endpoints.
Properties
addChangeListener()
addChangeListener: (
listener
) =>Promise
<ISubscription
>
Subscribes a listener to monitor changes in the list of control endpoints.
Parameters
listener
IMediaControlEndpointLocatorListener
Returns
Promise
<ISubscription
>
getMediaControlEndpoints()
getMediaControlEndpoints: () =>
Promise
<IMediaControlClientAsync
[]>
Call to obtain a list of media control clients.
Returns
Promise
<IMediaControlClientAsync
[]>
Last updated: Sep 30, 2025