is_recording method

int is_recording(
  1. int client
)

Implementation

int is_recording(int client) {
  return _is_recording(client);
}