VIStartReceivingVideoStream
typedef void
VIStartReceivingVideoStream( endpoint, videoStream)
Signature for callbacks reporting that video receive on a remote video stream is started after previously being stopped. Available only for the conference calls.
The event is triggered if: 1.VIEndpoint.startReceiving was called and the request has been processed successfully.
- A network issue that caused the Voximplant Cloud to stop video receive of the remote video stream is gone.
The event is not triggered if the endpoint client has started sending video using VICall.sendVideo API.
Used in VIEndpoint.
Parameters
endpoint:
VIEndpoint instance initiated the event
videoStream:
The remote video stream where video receive is started
Returns
type:
void