VILocalVideoStreamAdded typedef

VILocalVideoStreamAdded = void Function(VICall call, VIVideoStream videoStream)

Signature for callbacks reporting that local video is added to the call.

Used in VICall.

call - VICall instance initiated the event

videoStream - Local video stream

Implementation

typedef void VILocalVideoStreamAdded(VICall call, VIVideoStream videoStream);