VIRemoteVideoStreamRemoved typedef
VIRemoteVideoStreamRemoved =
void Function(VIEndpoint endpoint, VIVideoStream videoStream)
Signature for callbacks reporting that the endpoint removed the video stream from the call.
This callback is not triggered on call end.
Used in VIEndpoint.
endpoint
- VIEndpoint instance initiated the event
videoStream
- Remote video stream
Implementation
typedef void VIRemoteVideoStreamRemoved(
VIEndpoint endpoint,
VIVideoStream videoStream,
);