- accept_call
int accept_call(client_t client)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- close_call
void close_call(client_t client)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- create_client
client_t create_client(call_params_t call_params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- debug_ctl
void debug_ctl(client_t client, int request, int param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- destroy_client
void destroy_client(client_t client)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- discard_call
int discard_call(client_t client, call_discard_reason_t call_discard_reason, int32_t reason)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- get_call_id
long get_call_id(client_t client)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- get_call_state
CALL_STATE get_call_state(client_t client)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- get_debug_log
size_t get_debug_log(client_t client, char* debug_data, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- get_debug_string
size_t get_debug_string(client_t client, char* debug_string, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- get_last_error
int get_last_error(client_t client)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- get_other_ID
long get_other_ID(client_t client)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- get_peer_capabilities
uint32_t get_peer_capabilities(client_t client)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- get_preferred_relay_ID
int64_t get_preferred_relay_ID(client_t client)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- get_protocol
CallProtocols get_protocol(client_t client)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- get_signal_bars_count
int get_signal_bars_count(client_t client)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- get_state
int get_state(client_t client)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- get_stats
call_stats_t get_stats(client_t client)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- get_version
const(char)* get_version()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- is_creator
int is_creator(client_t client)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- is_destroyed
int is_destroyed(client_t client)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- is_playing
int is_playing(client_t client)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- play
int play(client_t client, char* input_file_path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- play_on_hold
int play_on_hold(client_t client, char[]* input_files_path, size_t length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- request_call_upgrade
void request_call_upgrade(client_t client)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- send_group_call_key
void send_group_call_key(client_t client, char* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_bitrate
void set_bitrate(client_t client, int bitrate)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_config
void set_config(client_t client, config_t config)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_encryption_key
void set_encryption_key(client_t client, char* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_endpoints
void set_endpoints(client_t client, endpoints_t endpoints)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_mic_mute
void set_mic_mute(client_t client, int mute)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_network_type
void set_network_type(client_t client, NET_TYPE type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_output_file
int set_output_file(client_t client, char* output_file_path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_proxy
void set_proxy(client_t client, proxy_t proxy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_server_config
void set_server_config(char[]* values, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- start
int start(client_t client)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- when_created
int64_t when_created(client_t client)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.