removePlayerSubscription()
function removePlayerSubscription(observableId: string, playerId: number): void;Defined in: src/lib/observable/registry.ts:281
Remove a player subscription from an observable.
Parameters
| Parameter | Type | Description |
|---|---|---|
observableId | string | The observable ID |
playerId | number | The player ID to unsubscribe |
Returns
void