VILocalVideoStreamRemoved typedef
VILocalVideoStreamRemoved =
void Function(VICall call, VIVideoStream videoStream)
Signature for callbacks reporting that local video is removed from the call.
Used in VICall.
call
- VICall instance initiated the event
videoStream
- Local video stream
Implementation
typedef void VILocalVideoStreamRemoved(VICall call, VIVideoStream videoStream);