Skip to main content

clearPlayerSubscriptions()

function clearPlayerSubscriptions(observableId: string): void;

Defined in: src/lib/observable/registry.ts:320

Clear all player subscriptions for an observable.

Parameters

ParameterTypeDescription
observableIdstringThe observable ID

Returns

void