snapshot_video method
4.23
Implementation
int snapshot_video(
trtc_cloud instance,
ffi.Pointer<ffi.Char> user_id,
int stream_type,
int source_type,
) {
return _snapshot_video(
instance,
user_id,
stream_type,
source_type,
);
}