Informs your renderer that it is no longer being used and allows you to perform any cleanup necessary if
you wish to reuse the renderer with another video track.
- (void)invalidateRenderer
Discussion
If implemented, this method will be called when removing the renderer during the invocation of
[TVIVideoTrack removeRenderer:]
. This method will be invoked on the thread in which [TVIVideoTrack removeRenderer:]
was called. When your Client is unsubscribed from a TVIRemoteVideoTrack
you are given the opportunity to remove your
renderer. If the rendered is not removed manually, this method will automatically be called after the
didUnsubscribeFromVideoTrack:publication:forParticipant:
delegate method has been invoked.
Declared In
TVIVideoRenderer.h