ISubscription
Represents a subscription that can be used to subscribe to various things. like media playback position listener, media state changes etc.
Properties
unsubscribe()
unsubscribe: () =>
void
Removes the subscription. Used to de-register the listener. Call this before destroying the client component.
Returns
void
Last updated: Sep 30, 2025