VideoStreamReceiveStopReason
Enum that represents the reason why video receive on the remote video stream was stopped.
Consts
AUTOMATIC
Indicates that video receive on a remote video stream is stopped by the Voximplant Cloud due to a network issue on the device.
MANUAL
Indicates that video receive on a remote video stream is stopped by the client via ICall.sendVideo(boolean, ICallCompletionHandler) API.