Skip to main content

removePlayerSubscription()

function removePlayerSubscription(observableId: string, playerId: number): void;

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

Remove a player subscription from an observable.

Parameters

ParameterTypeDescription
observableIdstringThe observable ID
playerIdnumberThe player ID to unsubscribe

Returns

void