VIRemoteVideoStreamAdded typedef
VIRemoteVideoStreamAdded =
void Function(VIEndpoint endpoint, VIVideoStream videoStream)
Signature for callbacks reporting that the endpoint added the video stream to the call.
Used in VIEndpoint.
endpoint
- VIEndpoint instance initiated the event
videoStream
- Remote video stream
Implementation
typedef void VIRemoteVideoStreamAdded(
VIEndpoint endpoint,
VIVideoStream videoStream,
);