pjsua_vid_preview_stop method
Stop video preview.
@param id The capture device ID.
@return PJ_SUCCESS on success, or the appropriate error code.
Implementation
int pjsua_vid_preview_stop(
int id,
) {
return _pjsua_vid_preview_stop(
id,
);
}