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.
Last updated: Jul 22, 2026

