Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
- j -
- janus_add_public_ip() : janus.h, janus.c
- janus_admin_component_summary() : janus.c
- janus_admin_stream_summary() : janus.c
- janus_audio_codecs : sdp-utils.c
- JANUS_AUDIOBRIDGE_AUTHOR : janus_audiobridge.c
- janus_audiobridge_buffer_packet : janus_audiobridge.c
- janus_audiobridge_create_session() : janus_audiobridge.c
- JANUS_AUDIOBRIDGE_DEFAULT_RTP_RANGE_MAX : janus_audiobridge.c
- JANUS_AUDIOBRIDGE_DEFAULT_RTP_RANGE_MIN : janus_audiobridge.c
- JANUS_AUDIOBRIDGE_DESCRIPTION : janus_audiobridge.c
- janus_audiobridge_destroy() : janus_audiobridge.c
- janus_audiobridge_destroy_session() : janus_audiobridge.c
- JANUS_AUDIOBRIDGE_ERROR_ALREADY_JOINED : janus_audiobridge.c
- JANUS_AUDIOBRIDGE_ERROR_ID_EXISTS : janus_audiobridge.c
- JANUS_AUDIOBRIDGE_ERROR_INVALID_ELEMENT : janus_audiobridge.c
- JANUS_AUDIOBRIDGE_ERROR_INVALID_JSON : janus_audiobridge.c
- JANUS_AUDIOBRIDGE_ERROR_INVALID_REQUEST : janus_audiobridge.c
- JANUS_AUDIOBRIDGE_ERROR_INVALID_SDP : janus_audiobridge.c
- JANUS_AUDIOBRIDGE_ERROR_LIBOPUS_ERROR : janus_audiobridge.c
- JANUS_AUDIOBRIDGE_ERROR_MISSING_ELEMENT : janus_audiobridge.c
- JANUS_AUDIOBRIDGE_ERROR_NO_MESSAGE : janus_audiobridge.c
- JANUS_AUDIOBRIDGE_ERROR_NO_SUCH_GROUP : janus_audiobridge.c
- JANUS_AUDIOBRIDGE_ERROR_NO_SUCH_ROOM : janus_audiobridge.c
- JANUS_AUDIOBRIDGE_ERROR_NO_SUCH_USER : janus_audiobridge.c
- JANUS_AUDIOBRIDGE_ERROR_NOT_JOINED : janus_audiobridge.c
- JANUS_AUDIOBRIDGE_ERROR_ROOM_EXISTS : janus_audiobridge.c
- JANUS_AUDIOBRIDGE_ERROR_UNAUTHORIZED : janus_audiobridge.c
- JANUS_AUDIOBRIDGE_ERROR_UNKNOWN_ERROR : janus_audiobridge.c
- janus_audiobridge_get_api_compatibility() : janus_audiobridge.c
- janus_audiobridge_get_author() : janus_audiobridge.c
- janus_audiobridge_get_description() : janus_audiobridge.c
- janus_audiobridge_get_name() : janus_audiobridge.c
- janus_audiobridge_get_package() : janus_audiobridge.c
- janus_audiobridge_get_version() : janus_audiobridge.c
- janus_audiobridge_get_version_string() : janus_audiobridge.c
- janus_audiobridge_handle_admin_message() : janus_audiobridge.c
- janus_audiobridge_handle_message() : janus_audiobridge.c
- janus_audiobridge_hangup_media() : janus_audiobridge.c
- janus_audiobridge_incoming_rtcp() : janus_audiobridge.c
- janus_audiobridge_incoming_rtp() : janus_audiobridge.c
- janus_audiobridge_init() : janus_audiobridge.c
- JANUS_AUDIOBRIDGE_MAX_GROUPS : janus_audiobridge.c
- janus_audiobridge_message : janus_audiobridge.c
- JANUS_AUDIOBRIDGE_NAME : janus_audiobridge.c
- JANUS_AUDIOBRIDGE_PACKAGE : janus_audiobridge.c
- janus_audiobridge_participant : janus_audiobridge.c
- janus_audiobridge_plainrtp_media : janus_audiobridge.c
- janus_audiobridge_query_session() : janus_audiobridge.c
- janus_audiobridge_room : janus_audiobridge.c
- janus_audiobridge_rtp_forwarder : janus_audiobridge.c
- janus_audiobridge_rtp_relay_packet : janus_audiobridge.c
- janus_audiobridge_session : janus_audiobridge.c
- janus_audiobridge_setup_media() : janus_audiobridge.c
- JANUS_AUDIOBRIDGE_VERSION : janus_audiobridge.c
- JANUS_AUDIOBRIDGE_VERSION_STRING : janus_audiobridge.c
- janus_audiocodec : rtp.h
- janus_audiocodec_from_name() : rtp.c, rtp.h
- JANUS_AUDIOCODEC_G722 : rtp.h
- JANUS_AUDIOCODEC_ISAC_16K : rtp.h
- JANUS_AUDIOCODEC_ISAC_32K : rtp.h
- JANUS_AUDIOCODEC_MULTIOPUS : rtp.h
- janus_audiocodec_name() : rtp.c, rtp.h
- JANUS_AUDIOCODEC_NONE : rtp.h
- JANUS_AUDIOCODEC_OPUS : rtp.h
- JANUS_AUDIOCODEC_OPUSRED : rtp.h
- JANUS_AUDIOCODEC_PCMA : rtp.h
- JANUS_AUDIOCODEC_PCMU : rtp.h
- janus_audiocodec_pt() : rtp.c, rtp.h
- janus_auth_add_token() : auth.c, auth.h
- janus_auth_allow_plugin() : auth.h, auth.c
- janus_auth_check_plugin() : auth.c, auth.h
- janus_auth_check_signature() : auth.c, auth.h
- janus_auth_check_signature_contains() : auth.c, auth.h
- janus_auth_check_token() : auth.c, auth.h
- janus_auth_deinit() : auth.c, auth.h
- janus_auth_disallow_plugin() : auth.c, auth.h
- janus_auth_init() : auth.c, auth.h
- janus_auth_is_enabled() : auth.c, auth.h
- janus_auth_is_signed_mode() : auth.h, auth.c
- janus_auth_is_stored_mode() : auth.c, auth.h
- janus_auth_list_plugins() : auth.c, auth.h
- janus_auth_list_tokens() : auth.c, auth.h
- janus_auth_remove_token() : auth.c, auth.h
- JANUS_AUTHOR : janus.c
- janus_av1_is_keyframe() : utils.c, utils.h
- janus_av1_svc_context : rtp.h
- janus_av1_svc_context_process_dd() : rtp.c, rtp.h
- janus_av1_svc_context_reset() : rtp.h, rtp.c
- janus_av1_svc_template : rtp.h
- janus_bitstream_getbit() : utils.c, utils.h
- janus_bitstream_getbits() : utils.c, utils.h
- JANUS_BUFSIZE : sdp-utils.c
- janus_build_git_sha : version.c, version.h
- janus_build_git_time : version.c, version.h
- janus_callbacks : plugin.h
- JANUS_CHECK_SECRET : utils.h
- janus_condition : mutex.h
- janus_condition_broadcast : mutex.h
- janus_condition_destroy : mutex.h
- janus_condition_init : mutex.h
- janus_condition_signal : mutex.h
- janus_condition_wait : mutex.h
- janus_condition_wait_until : mutex.h
- janus_config : config.h
- janus_config_add() : config.c, config.h
- janus_config_array : config.h
- janus_config_array_create() : config.c, config.h
- janus_config_category : config.h
- janus_config_category_create() : config.c, config.h
- janus_config_container : config.h
- janus_config_container_destroy() : config.c, config.h
- janus_config_create() : config.c, config.h
- janus_config_destroy() : config.h, config.c
- janus_config_get() : config.c, config.h
- janus_config_get_arrays() : config.c, config.h
- janus_config_get_categories() : config.c, config.h
- janus_config_get_create() : config.c, config.h
- janus_config_get_items() : config.c, config.h
- JANUS_CONFIG_INDENT : config.c
- janus_config_item : config.h
- janus_config_item_create() : config.c, config.h
- janus_config_parse() : config.c, config.h
- janus_config_print() : config.c, config.h
- janus_config_print_as() : config.h, config.c
- janus_config_remove() : config.c, config.h
- janus_config_save() : config.c, config.h
- janus_config_search() : config.c, config.h
- janus_config_type : config.h
- janus_config_type_any : config.h
- janus_config_type_array : config.h
- janus_config_type_category : config.h
- janus_config_type_item : config.h
- JANUS_DEFAULT_REGISTER_TTL : janus_sip.c
- JANUS_DEFAULT_SIP_TIMER_T1X64 : janus_sip.c
- JANUS_DEFAULT_SUBSCRIBE_TTL : janus_sip.c
- janus_dtls_are_selfsigned_certs_ok() : dtls.h, dtls.c
- janus_dtls_bio_agent_get_mtu() : dtls-bio.c, dtls-bio.h
- janus_dtls_bio_agent_init() : dtls-bio.c, dtls-bio.h
- janus_dtls_bio_agent_set_mtu() : dtls-bio.c, dtls-bio.h
- janus_dtls_callback() : dtls.c, dtls.h
- janus_dtls_get_local_fingerprint() : dtls.c, dtls.h
- janus_dtls_retry() : dtls.c, dtls.h
- janus_dtls_role : dtls.h
- JANUS_DTLS_ROLE_ACTPASS : dtls.h
- JANUS_DTLS_ROLE_CLIENT : dtls.h
- JANUS_DTLS_ROLE_SERVER : dtls.h
- janus_dtls_srtp : dtls.h
- janus_dtls_srtp_cleanup() : dtls.c, dtls.h
- janus_dtls_srtp_create() : dtls.c, dtls.h
- janus_dtls_srtp_create_sctp() : dtls.c, dtls.h
- janus_dtls_srtp_destroy() : dtls.c, dtls.h
- janus_dtls_srtp_handshake() : dtls.c, dtls.h
- janus_dtls_srtp_incoming_msg() : dtls.c, dtls.h
- janus_dtls_srtp_init() : dtls.h, dtls.c
- janus_dtls_srtp_send_alert() : dtls.c, dtls.h
- janus_dtls_state : dtls.h
- JANUS_DTLS_STATE_CONNECTED : dtls.h
- JANUS_DTLS_STATE_CREATED : dtls.h
- JANUS_DTLS_STATE_FAILED : dtls.h
- JANUS_DTLS_STATE_TRYING : dtls.h
- janus_dtls_verify_callback() : dtls.c, dtls.h
- janus_duktape_async_event : janus_duktape.c
- janus_duktape_async_event_type : janus_duktape.c
- janus_duktape_async_event_type_none : janus_duktape.c
- janus_duktape_async_event_type_pushevent : janus_duktape.c
- JANUS_DUKTAPE_AUTHOR : janus_duktape.c
- janus_duktape_callback : janus_duktape.c
- janus_duktape_create_session() : janus_duktape.c
- janus_duktape_data_ready() : janus_duktape.c
- JANUS_DUKTAPE_DESCRIPTION : janus_duktape.c
- janus_duktape_destroy() : janus_duktape.c
- janus_duktape_destroy_session() : janus_duktape.c
- janus_duktape_event : janus_duktape.c
- janus_duktape_event_exit : janus_duktape.c
- janus_duktape_event_none : janus_duktape.c
- janus_duktape_event_resume : janus_duktape.c
- janus_duktape_get_api_compatibility() : janus_duktape.c
- janus_duktape_get_author() : janus_duktape.c
- janus_duktape_get_description() : janus_duktape.c
- janus_duktape_get_name() : janus_duktape.c
- janus_duktape_get_package() : janus_duktape.c
- janus_duktape_get_version() : janus_duktape.c
- janus_duktape_get_version_string() : janus_duktape.c
- janus_duktape_handle_admin_message() : janus_duktape.c
- janus_duktape_handle_message() : janus_duktape.c
- janus_duktape_hangup_media() : janus_duktape.c
- janus_duktape_incoming_data() : janus_duktape.c
- janus_duktape_incoming_rtcp() : janus_duktape.c
- janus_duktape_incoming_rtp() : janus_duktape.c
- janus_duktape_init() : janus_duktape.c
- janus_duktape_lookup_session() : janus_duktape.c, janus_duktape_data.h
- JANUS_DUKTAPE_NAME : janus_duktape.c
- JANUS_DUKTAPE_PACKAGE : janus_duktape.c
- janus_duktape_query_session() : janus_duktape.c
- janus_duktape_register_extra_functions() : janus_duktape_extra.c, janus_duktape_extra.h
- janus_duktape_rtp_relay_packet : janus_duktape.c
- janus_duktape_session : janus_duktape_data.h
- janus_duktape_setup_media() : janus_duktape.c
- janus_duktape_slow_link() : janus_duktape.c
- JANUS_DUKTAPE_VERSION : janus_duktape.c
- JANUS_DUKTAPE_VERSION_STRING : janus_duktape.c
- JANUS_ECHOTEST_AUTHOR : janus_echotest.c
- janus_echotest_create_session() : janus_echotest.c
- janus_echotest_data_ready() : janus_echotest.c
- JANUS_ECHOTEST_DESCRIPTION : janus_echotest.c
- janus_echotest_destroy() : janus_echotest.c
- janus_echotest_destroy_session() : janus_echotest.c
- JANUS_ECHOTEST_ERROR_INVALID_ELEMENT : janus_echotest.c
- JANUS_ECHOTEST_ERROR_INVALID_JSON : janus_echotest.c
- JANUS_ECHOTEST_ERROR_INVALID_SDP : janus_echotest.c
- JANUS_ECHOTEST_ERROR_NO_MESSAGE : janus_echotest.c
- janus_echotest_get_api_compatibility() : janus_echotest.c
- janus_echotest_get_author() : janus_echotest.c
- janus_echotest_get_description() : janus_echotest.c
- janus_echotest_get_name() : janus_echotest.c
- janus_echotest_get_package() : janus_echotest.c
- janus_echotest_get_version() : janus_echotest.c
- janus_echotest_get_version_string() : janus_echotest.c
- janus_echotest_handle_admin_message() : janus_echotest.c
- janus_echotest_handle_message() : janus_echotest.c
- janus_echotest_hangup_media() : janus_echotest.c
- janus_echotest_incoming_data() : janus_echotest.c
- janus_echotest_incoming_rtcp() : janus_echotest.c
- janus_echotest_incoming_rtp() : janus_echotest.c
- janus_echotest_init() : janus_echotest.c
- janus_echotest_message : janus_echotest.c
- JANUS_ECHOTEST_NAME : janus_echotest.c
- JANUS_ECHOTEST_PACKAGE : janus_echotest.c
- janus_echotest_query_session() : janus_echotest.c
- janus_echotest_session : janus_echotest.c
- janus_echotest_setup_media() : janus_echotest.c
- janus_echotest_slow_link() : janus_echotest.c
- JANUS_ECHOTEST_VERSION : janus_echotest.c
- JANUS_ECHOTEST_VERSION_STRING : janus_echotest.c
- janus_enable_opaqueid_in_api() : ice.c, ice.h
- JANUS_ERROR_HANDLE_NOT_FOUND : apierror.h
- JANUS_ERROR_INVALID_ELEMENT_TYPE : apierror.h
- JANUS_ERROR_INVALID_JSON : apierror.h
- JANUS_ERROR_INVALID_JSON_OBJECT : apierror.h
- JANUS_ERROR_INVALID_REQUEST_PATH : apierror.h
- JANUS_ERROR_JSEP_INVALID_SDP : apierror.h
- JANUS_ERROR_JSEP_UNKNOWN_TYPE : apierror.h
- JANUS_ERROR_MISSING_MANDATORY_ELEMENT : apierror.h
- JANUS_ERROR_MISSING_REQUEST : apierror.h
- JANUS_ERROR_NOT_ACCEPTING_SESSIONS : apierror.h
- JANUS_ERROR_PLUGIN_ATTACH : apierror.h
- JANUS_ERROR_PLUGIN_DETACH : apierror.h
- JANUS_ERROR_PLUGIN_MESSAGE : apierror.h
- JANUS_ERROR_PLUGIN_NOT_FOUND : apierror.h
- JANUS_ERROR_SESSION_CONFLICT : apierror.h
- JANUS_ERROR_SESSION_NOT_FOUND : apierror.h
- JANUS_ERROR_TOKEN_NOT_FOUND : apierror.h
- JANUS_ERROR_TRANSPORT_SPECIFIC : apierror.h
- JANUS_ERROR_TRICKE_INVALID_STREAM : apierror.h
- JANUS_ERROR_UNAUTHORIZED : apierror.h
- JANUS_ERROR_UNAUTHORIZED_PLUGIN : apierror.h
- JANUS_ERROR_UNEXPECTED_ANSWER : apierror.h
- JANUS_ERROR_UNKNOWN : apierror.h
- JANUS_ERROR_UNKNOWN_REQUEST : apierror.h
- JANUS_ERROR_WEBRTC_STATE : apierror.h
- JANUS_EVENT_SUBTYPE_CORE_SHUTDOWN : eventhandler.h
- JANUS_EVENT_SUBTYPE_CORE_STARTUP : eventhandler.h
- JANUS_EVENT_SUBTYPE_MEDIA_SLOWLINK : eventhandler.h
- JANUS_EVENT_SUBTYPE_MEDIA_STATE : eventhandler.h
- JANUS_EVENT_SUBTYPE_MEDIA_STATS : eventhandler.h
- JANUS_EVENT_SUBTYPE_NONE : eventhandler.h
- JANUS_EVENT_SUBTYPE_WEBRTC_DTLS : eventhandler.h
- JANUS_EVENT_SUBTYPE_WEBRTC_ICE : eventhandler.h
- JANUS_EVENT_SUBTYPE_WEBRTC_LCAND : eventhandler.h
- JANUS_EVENT_SUBTYPE_WEBRTC_PAIR : eventhandler.h
- JANUS_EVENT_SUBTYPE_WEBRTC_RCAND : eventhandler.h
- JANUS_EVENT_SUBTYPE_WEBRTC_STATE : eventhandler.h
- JANUS_EVENT_TYPE_ALL : eventhandler.h
- JANUS_EVENT_TYPE_CORE : eventhandler.h
- JANUS_EVENT_TYPE_EXTERNAL : eventhandler.h
- JANUS_EVENT_TYPE_HANDLE : eventhandler.h
- JANUS_EVENT_TYPE_JSEP : eventhandler.h
- JANUS_EVENT_TYPE_MEDIA : eventhandler.h
- JANUS_EVENT_TYPE_NONE : eventhandler.h
- JANUS_EVENT_TYPE_PLUGIN : eventhandler.h
- JANUS_EVENT_TYPE_SESSION : eventhandler.h
- JANUS_EVENT_TYPE_TRANSPORT : eventhandler.h
- JANUS_EVENT_TYPE_WEBRTC : eventhandler.h
- janus_eventhandler : eventhandler.h
- JANUS_EVENTHANDLER_API_VERSION : eventhandler.h
- janus_eventhandler_close() : janus.c, janus.h
- JANUS_EVENTHANDLER_INIT : eventhandler.h
- janus_eventhandlerso_close() : janus.h, janus.c
- janus_events_deinit() : events.c, events.h
- janus_events_edit_events_mask() : events.c, events.h
- janus_events_init() : events.c, events.h
- janus_events_is_enabled() : events.c, events.h
- janus_events_notify_handlers() : events.c, events.h
- janus_events_thread() : events.c
- janus_events_type_to_label() : events.c, events.h
- janus_events_type_to_name() : events.h, events.c
- janus_extended_report_block : rtcp.h
- janus_faststart : janus-pp-rec.c
- janus_flags : utils.h
- janus_flags_clear() : utils.c, utils.h
- janus_flags_is_set() : utils.c, utils.h
- janus_flags_reset() : utils.c, utils.h
- janus_flags_set() : utils.c, utils.h
- JANUS_GELFEVH_AUTHOR : janus_gelfevh.c
- JANUS_GELFEVH_DESCRIPTION : janus_gelfevh.c
- janus_gelfevh_destroy() : janus_gelfevh.c
- JANUS_GELFEVH_ERROR_INVALID_ELEMENT : janus_gelfevh.c
- JANUS_GELFEVH_ERROR_INVALID_REQUEST : janus_gelfevh.c
- JANUS_GELFEVH_ERROR_MISSING_ELEMENT : janus_gelfevh.c
- JANUS_GELFEVH_ERROR_UNKNOWN_ERROR : janus_gelfevh.c
- janus_gelfevh_get_api_compatibility() : janus_gelfevh.c
- janus_gelfevh_get_author() : janus_gelfevh.c
- janus_gelfevh_get_description() : janus_gelfevh.c
- janus_gelfevh_get_name() : janus_gelfevh.c
- janus_gelfevh_get_package() : janus_gelfevh.c
- janus_gelfevh_get_version() : janus_gelfevh.c
- janus_gelfevh_get_version_string() : janus_gelfevh.c
- janus_gelfevh_handle_request() : janus_gelfevh.c
- janus_gelfevh_incoming_event() : janus_gelfevh.c
- janus_gelfevh_init() : janus_gelfevh.c
- JANUS_GELFEVH_NAME : janus_gelfevh.c
- JANUS_GELFEVH_PACKAGE : janus_gelfevh.c
- janus_gelfevh_socket_type : janus_gelfevh.c
- JANUS_GELFEVH_SOCKET_TYPE_TCP : janus_gelfevh.c
- JANUS_GELFEVH_SOCKET_TYPE_UDP : janus_gelfevh.c
- JANUS_GELFEVH_VERSION : janus_gelfevh.c
- JANUS_GELFEVH_VERSION_STRING : janus_gelfevh.c
- janus_get_api_error() : apierror.c, apierror.h
- janus_get_codec_from_pt() : utils.c, utils.h
- janus_get_codec_pt() : utils.c, utils.h
- janus_get_dscp() : ice.c, ice.h
- janus_get_dtls_srtp_profile() : dtls.c, dtls.h
- janus_get_dtls_srtp_role() : dtls.c, dtls.h
- janus_get_dtls_srtp_state() : dtls.h, dtls.c
- janus_get_ice_state_name() : ice.c, ice.h
- janus_get_json_type_name() : utils.c, utils.h
- janus_get_local_ip() : janus.c, janus.h
- janus_get_min_nack_queue() : ice.c, ice.h
- janus_get_monotonic_time() : utils.c, utils.h
- janus_get_no_media_timer() : ice.c, ice.h
- janus_get_public_ip() : janus.c, janus.h
- janus_get_public_ip_count() : janus.c, janus.h
- janus_get_real_time() : utils.c, utils.h
- janus_get_server_key() : janus.h
- janus_get_server_pem() : janus.h
- janus_get_slowlink_threshold() : ice.c, ice.h
- janus_get_ssl_version() : dtls.c, dtls.h
- janus_get_twcc_period() : ice.c, ice.h
- janus_gzip_compress() : utils.c, utils.h
- janus_h264_is_b_frame() : utils.c, utils.h
- janus_h264_is_i_frame() : utils.c, utils.h
- janus_h264_is_keyframe() : utils.c, utils.h
- janus_h265_is_keyframe() : utils.h, utils.c
- janus_has_public_ipv4_ip() : janus.c, janus.h
- janus_has_public_ipv6_ip() : janus.c, janus.h
- JANUS_HTTP_AUTHOR : janus_http.c
- JANUS_HTTP_DESCRIPTION : janus_http.c
- janus_http_destroy() : janus_http.c
- JANUS_HTTP_ERROR_INVALID_ELEMENT : janus_http.c
- JANUS_HTTP_ERROR_INVALID_REQUEST : janus_http.c
- JANUS_HTTP_ERROR_MISSING_ELEMENT : janus_http.c
- JANUS_HTTP_ERROR_UNKNOWN_ERROR : janus_http.c
- janus_http_get_api_compatibility() : janus_http.c
- janus_http_get_author() : janus_http.c
- janus_http_get_description() : janus_http.c
- janus_http_get_name() : janus_http.c
- janus_http_get_package() : janus_http.c
- janus_http_get_version() : janus_http.c
- janus_http_get_version_string() : janus_http.c
- janus_http_init() : janus_http.c
- janus_http_is_admin_api_enabled() : janus_http.c
- janus_http_is_janus_api_enabled() : janus_http.c
- janus_http_msg : janus_http.c
- JANUS_HTTP_NAME : janus_http.c
- JANUS_HTTP_PACKAGE : janus_http.c
- janus_http_query_transport() : janus_http.c
- janus_http_request_timeout : janus_http.c
- janus_http_send_message() : janus_http.c
- janus_http_session : janus_http.c
- janus_http_session_claimed() : janus_http.c
- janus_http_session_created() : janus_http.c
- janus_http_session_over() : janus_http.c
- JANUS_HTTP_VERSION : janus_http.c
- JANUS_HTTP_VERSION_STRING : janus_http.c
- janus_ice_add_remote_candidate() : ice.h, ice.c
- janus_ice_allow_force_relay() : ice.h, ice.c
- janus_ice_candidates_to_sdp() : ice.c, ice.h
- janus_ice_component : ice.h
- janus_ice_component_destroy() : ice.c, ice.h
- janus_ice_debugging_disable() : ice.c, ice.h
- janus_ice_debugging_enable() : ice.c, ice.h
- janus_ice_deinit() : ice.c, ice.h
- janus_ice_dtls_handshake_done() : ice.c, ice.h
- janus_ice_enable_nat_1_1() : ice.h, ice.c
- janus_ice_enforce_interface() : ice.c, ice.h
- janus_ice_enforce_list : ice.c
- janus_ice_event_get_combine_media_stats() : ice.c, ice.h
- janus_ice_event_set_combine_media_stats() : ice.c, ice.h
- janus_ice_get_event_stats_period() : ice.c, ice.h
- janus_ice_get_peerconnection_num() : ice.c, ice.h
- janus_ice_get_static_event_loops() : ice.c, ice.h
- janus_ice_get_stun_port() : ice.c, ice.h
- janus_ice_get_stun_server() : ice.c, ice.h
- janus_ice_get_turn_port() : ice.c, ice.h
- janus_ice_get_turn_rest_api() : ice.c, ice.h
- janus_ice_get_turn_server() : ice.c, ice.h
- janus_ice_handle : ice.h
- janus_ice_handle_attach_plugin() : ice.c, ice.h
- janus_ice_handle_create() : ice.c, ice.h
- janus_ice_handle_destroy() : ice.c, ice.h
- JANUS_ICE_HANDLE_WEBRTC_ALERT : ice.h
- JANUS_ICE_HANDLE_WEBRTC_ALL_TRICKLES : ice.h
- JANUS_ICE_HANDLE_WEBRTC_CLEANING : ice.h
- JANUS_ICE_HANDLE_WEBRTC_DATA_CHANNELS : ice.h
- JANUS_ICE_HANDLE_WEBRTC_E2EE : ice.h
- JANUS_ICE_HANDLE_WEBRTC_GOT_ANSWER : ice.h
- JANUS_ICE_HANDLE_WEBRTC_GOT_OFFER : ice.h
- JANUS_ICE_HANDLE_WEBRTC_HAS_AGENT : ice.h
- JANUS_ICE_HANDLE_WEBRTC_HAS_AUDIO : ice.h
- JANUS_ICE_HANDLE_WEBRTC_HAS_VIDEO : ice.h
- JANUS_ICE_HANDLE_WEBRTC_ICE_RESTART : ice.h
- JANUS_ICE_HANDLE_WEBRTC_NEGOTIATED : ice.h
- JANUS_ICE_HANDLE_WEBRTC_NEW_DATACHAN_SDP : ice.h
- JANUS_ICE_HANDLE_WEBRTC_PROCESSING_OFFER : ice.h
- JANUS_ICE_HANDLE_WEBRTC_READY : ice.h
- JANUS_ICE_HANDLE_WEBRTC_RESEND_TRICKLES : ice.h
- JANUS_ICE_HANDLE_WEBRTC_RFC4588_RTX : ice.h
- JANUS_ICE_HANDLE_WEBRTC_START : ice.h
- JANUS_ICE_HANDLE_WEBRTC_STOP : ice.h
- JANUS_ICE_HANDLE_WEBRTC_TRICKLE : ice.h
- JANUS_ICE_HANDLE_WEBRTC_TRICKLE_SYNCED : ice.h
- janus_ice_ignore_interface() : ice.c, ice.h
- janus_ice_ignore_list : ice.c
- janus_ice_incoming_data() : ice.h, ice.c
- janus_ice_init() : ice.h, ice.c
- janus_ice_is_consent_freshness_enabled() : ice.h, ice.c
- janus_ice_is_enforced() : ice.c, ice.h
- janus_ice_is_force_relay_allowed() : ice.c, ice.h
- janus_ice_is_full_trickle_enabled() : ice.c, ice.h
- janus_ice_is_hangup_on_failed_enabled() : ice.c, ice.h
- janus_ice_is_ice_debugging_enabled() : ice.c, ice.h
- janus_ice_is_ice_lite_enabled() : ice.c, ice.h
- janus_ice_is_ice_tcp_enabled() : ice.c, ice.h
- janus_ice_is_ignored() : ice.c, ice.h
- janus_ice_is_ipv6_enabled() : ice.c, ice.h
- janus_ice_is_ipv6_linklocal_enabled() : ice.c, ice.h
- janus_ice_is_keepalive_conncheck_enabled() : ice.c, ice.h
- janus_ice_is_loop_indication_allowed() : ice.c, ice.h
- janus_ice_is_mdns_enabled() : ice.c, ice.h
- janus_ice_nacked_packet : ice.c
- janus_ice_notify_data_ready() : ice.c, ice.h
- janus_ice_notify_hangup() : ice.c, ice.h
- janus_ice_notify_media_stopped() : ice.c, ice.h
- janus_ice_outgoing_traffic : ice.c
- JANUS_ICE_PACKET_AUDIO : ice.c
- JANUS_ICE_PACKET_BINARY : ice.c
- JANUS_ICE_PACKET_SCTP : ice.c
- JANUS_ICE_PACKET_TEXT : ice.c
- JANUS_ICE_PACKET_VIDEO : ice.c
- janus_ice_queued_packet : ice.c
- janus_ice_relay_data() : ice.h
- janus_ice_relay_rtcp() : ice.c, ice.h
- janus_ice_relay_rtcp_internal() : ice.c
- janus_ice_relay_rtp() : ice.c, ice.h
- janus_ice_relay_sctp() : ice.c, ice.h
- janus_ice_resend_trickles() : ice.c, ice.h
- janus_ice_restart() : ice.c, ice.h
- janus_ice_send_pli() : ice.c, ice.h
- janus_ice_send_remb() : ice.c, ice.h
- janus_ice_set_consent_freshness_enabled() : ice.c, ice.h
- janus_ice_set_event_stats_period() : ice.c, ice.h
- janus_ice_set_hangup_on_failed_enabled() : ice.c, ice.h
- janus_ice_set_keepalive_conncheck_enabled() : ice.h, ice.c
- janus_ice_set_static_event_loops() : ice.c, ice.h
- janus_ice_set_stun_server() : ice.c, ice.h
- janus_ice_set_turn_rest_api() : ice.c, ice.h
- janus_ice_set_turn_server() : ice.c, ice.h
- janus_ice_setup_local() : ice.c, ice.h
- janus_ice_setup_remote_candidates() : ice.c, ice.h
- janus_ice_static_event_loop : ice.c
- janus_ice_static_event_loops_info() : ice.c, ice.h
- janus_ice_stats : ice.h
- janus_ice_stats_info : ice.h
- janus_ice_stop_static_event_loops() : ice.c, ice.h
- janus_ice_stream : ice.h
- janus_ice_stream_destroy() : ice.c, ice.h
- janus_ice_test_stun_server() : ice.c, ice.h
- janus_ice_trickle : ice.h
- janus_ice_trickle_destroy() : ice.c, ice.h
- janus_ice_trickle_new() : ice.c, ice.h
- janus_ice_trickle_parse() : ice.c, ice.h
- janus_ice_webrtc_hangup() : ice.c, ice.h
- janus_is_dtls() : dtls.c, dtls.h
- janus_is_folder_protected() : utils.c, utils.h
- janus_is_nack_optimizations_enabled() : ice.c, ice.h
- janus_is_opaqueid_in_api_enabled() : ice.c, ice.h
- janus_is_rtcp() : rtcp.c, rtcp.h
- janus_is_rtp() : rtp.c, rtp.h
- janus_is_stopping() : janus.c, janus.h
- janus_is_true() : utils.c, utils.h
- janus_is_webrtc_encryption_enabled() : janus.c, janus.h
- JANUS_JSON_BOOL : utils.h
- JANUS_JSON_INTEGER : utils.h
- janus_json_is_valid() : utils.c, utils.h
- JANUS_JSON_OBJECT : utils.h
- JANUS_JSON_PARAM_NONEMPTY : utils.h
- JANUS_JSON_PARAM_POSITIVE : utils.h
- JANUS_JSON_PARAM_REQUIRED : utils.h
- JANUS_JSON_STRING : utils.h
- JANUS_JSONLOG_AUTHOR : janus_jsonlog.c
- JANUS_JSONLOG_DESCRIPTION : janus_jsonlog.c
- janus_jsonlog_destroy() : janus_jsonlog.c
- JANUS_JSONLOG_ERROR_INVALID_ELEMENT : janus_jsonlog.c
- JANUS_JSONLOG_ERROR_INVALID_REQUEST : janus_jsonlog.c
- JANUS_JSONLOG_ERROR_MISSING_ELEMENT : janus_jsonlog.c
- JANUS_JSONLOG_ERROR_UNKNOWN_ERROR : janus_jsonlog.c
- janus_jsonlog_get_api_compatibility() : janus_jsonlog.c
- janus_jsonlog_get_author() : janus_jsonlog.c
- janus_jsonlog_get_description() : janus_jsonlog.c
- janus_jsonlog_get_name() : janus_jsonlog.c
- janus_jsonlog_get_package() : janus_jsonlog.c
- janus_jsonlog_get_version() : janus_jsonlog.c
- janus_jsonlog_get_version_string() : janus_jsonlog.c
- janus_jsonlog_handle_request() : janus_jsonlog.c
- janus_jsonlog_incoming_logline() : janus_jsonlog.c
- janus_jsonlog_init() : janus_jsonlog.c
- janus_jsonlog_line : janus_jsonlog.c
- JANUS_JSONLOG_NAME : janus_jsonlog.c
- JANUS_JSONLOG_PACKAGE : janus_jsonlog.c
- JANUS_JSONLOG_VERSION : janus_jsonlog.c
- JANUS_JSONLOG_VERSION_STRING : janus_jsonlog.c
- JANUS_LOG : debug.h
- janus_log_buffer : log.c
- janus_log_colors : mjr2pcap.c, pcap2mjr.c, janus-pp-rec.c, janus-cfgconv.c, debug.h, janus.c
- janus_log_destroy() : log.c, log.h
- janus_log_get_logfile_path() : log.c, log.h
- janus_log_global_prefix : janus.c, pcap2mjr.c, mjr2pcap.c, janus-pp-rec.c, janus-cfgconv.c, debug.h
- janus_log_init() : log.c, log.h
- janus_log_is_logfile_enabled() : log.c, log.h
- janus_log_is_stdout_enabled() : log.c, log.h
- janus_log_level : debug.h, pcap2mjr.c, mjr2pcap.c, janus-pp-rec.c, janus.c, janus-cfgconv.c
- janus_log_set_loggers() : log.c, log.h
- janus_log_timestamps : debug.h, janus-cfgconv.c, janus.c, janus-pp-rec.c, mjr2pcap.c, pcap2mjr.c
- janus_logger : logger.h
- JANUS_LOGGER_API_VERSION : logger.h
- janus_logger_close() : janus.c, janus.h
- JANUS_LOGGER_INIT : logger.h
- janus_loggerso_close() : janus.c, janus.h
- janus_lua_async_event : janus_lua.c
- janus_lua_async_event_type : janus_lua.c
- janus_lua_async_event_type_none : janus_lua.c
- janus_lua_async_event_type_pushevent : janus_lua.c
- JANUS_LUA_AUTHOR : janus_lua.c
- janus_lua_callback : janus_lua.c
- janus_lua_create_session() : janus_lua.c
- janus_lua_data_ready() : janus_lua.c
- JANUS_LUA_DESCRIPTION : janus_lua.c
- janus_lua_destroy() : janus_lua.c
- janus_lua_destroy_session() : janus_lua.c
- janus_lua_event : janus_lua.c
- janus_lua_event_exit : janus_lua.c
- janus_lua_event_none : janus_lua.c
- janus_lua_event_resume : janus_lua.c
- janus_lua_get_api_compatibility() : janus_lua.c
- janus_lua_get_author() : janus_lua.c
- janus_lua_get_description() : janus_lua.c
- janus_lua_get_name() : janus_lua.c
- janus_lua_get_package() : janus_lua.c
- janus_lua_get_version() : janus_lua.c
- janus_lua_get_version_string() : janus_lua.c
- janus_lua_handle_admin_message() : janus_lua.c
- janus_lua_handle_message() : janus_lua.c
- janus_lua_hangup_media() : janus_lua.c
- janus_lua_incoming_data() : janus_lua.c
- janus_lua_incoming_rtcp() : janus_lua.c
- janus_lua_incoming_rtp() : janus_lua.c
- janus_lua_init() : janus_lua.c
- janus_lua_lookup_session() : janus_lua.c, janus_lua_data.h
- JANUS_LUA_NAME : janus_lua.c
- JANUS_LUA_PACKAGE : janus_lua.c
- janus_lua_query_session() : janus_lua.c
- janus_lua_register_extra_functions() : janus_lua_extra.c, janus_lua_extra.h
- janus_lua_rtp_relay_packet : janus_lua.c
- janus_lua_session : janus_lua_data.h
- janus_lua_setup_media() : janus_lua.c
- janus_lua_slow_link() : janus_lua.c
- JANUS_LUA_VERSION : janus_lua.c
- JANUS_LUA_VERSION_STRING : janus_lua.c
- janus_make_absolute_path() : utils.h, utils.c
- janus_MHD_Result : janus_http.c
- janus_mkdir() : utils.c, utils.h
- JANUS_MQTT_AUTHOR : janus_mqtt.c
- janus_mqtt_client_admin_subscribe_failure() : janus_mqtt.c
- janus_mqtt_client_admin_subscribe_failure_impl() : janus_mqtt.c
- janus_mqtt_client_admin_subscribe_success() : janus_mqtt.c
- janus_mqtt_client_admin_subscribe_success_impl() : janus_mqtt.c
- janus_mqtt_client_connect() : janus_mqtt.c
- janus_mqtt_client_connect_failure() : janus_mqtt.c
- janus_mqtt_client_connect_failure_impl() : janus_mqtt.c
- janus_mqtt_client_connected() : janus_mqtt.c
- janus_mqtt_client_connection_lost() : janus_mqtt.c
- janus_mqtt_client_destroy_context() : janus_mqtt.c
- janus_mqtt_client_disconnect() : janus_mqtt.c
- janus_mqtt_client_disconnect_failure() : janus_mqtt.c
- janus_mqtt_client_disconnect_failure_impl() : janus_mqtt.c
- janus_mqtt_client_disconnect_success() : janus_mqtt.c
- janus_mqtt_client_disconnect_success_impl() : janus_mqtt.c
- janus_mqtt_client_get_response_code() : janus_mqtt.c
- janus_mqtt_client_message_arrived() : janus_mqtt.c
- janus_mqtt_client_publish_admin_failure() : janus_mqtt.c
- janus_mqtt_client_publish_admin_failure_impl() : janus_mqtt.c
- janus_mqtt_client_publish_admin_success() : janus_mqtt.c
- janus_mqtt_client_publish_admin_success_impl() : janus_mqtt.c
- janus_mqtt_client_publish_janus_failure() : janus_mqtt.c
- janus_mqtt_client_publish_janus_failure_impl() : janus_mqtt.c
- janus_mqtt_client_publish_janus_success() : janus_mqtt.c
- janus_mqtt_client_publish_janus_success_impl() : janus_mqtt.c
- janus_mqtt_client_publish_message() : janus_mqtt.c
- janus_mqtt_client_publish_status_failure() : janus_mqtt.c
- janus_mqtt_client_publish_status_failure_impl() : janus_mqtt.c
- janus_mqtt_client_publish_status_message() : janus_mqtt.c
- janus_mqtt_client_publish_status_success() : janus_mqtt.c
- janus_mqtt_client_publish_status_success_impl() : janus_mqtt.c
- janus_mqtt_client_reconnect() : janus_mqtt.c
- janus_mqtt_client_reconnect_failure() : janus_mqtt.c
- janus_mqtt_client_reconnect_failure_impl() : janus_mqtt.c
- janus_mqtt_client_reconnect_success() : janus_mqtt.c
- janus_mqtt_client_reconnect_success_impl() : janus_mqtt.c
- janus_mqtt_client_subscribe() : janus_mqtt.c
- janus_mqtt_client_subscribe_failure() : janus_mqtt.c
- janus_mqtt_client_subscribe_failure_impl() : janus_mqtt.c
- janus_mqtt_client_subscribe_success() : janus_mqtt.c
- janus_mqtt_client_subscribe_success_impl() : janus_mqtt.c
- janus_mqtt_context : janus_mqtt.c
- JANUS_MQTT_DEFAULT_STATUS_QOS : janus_mqtt.c
- JANUS_MQTT_DEFAULT_STATUS_TOPIC : janus_mqtt.c
- JANUS_MQTT_DESCRIPTION : janus_mqtt.c
- janus_mqtt_destroy() : janus_mqtt.c
- JANUS_MQTT_ERROR_INVALID_ELEMENT : janus_mqtt.c
- JANUS_MQTT_ERROR_INVALID_REQUEST : janus_mqtt.c
- JANUS_MQTT_ERROR_MISSING_ELEMENT : janus_mqtt.c
- JANUS_MQTT_ERROR_UNKNOWN_ERROR : janus_mqtt.c
- janus_mqtt_get_api_compatibility() : janus_mqtt.c
- janus_mqtt_get_author() : janus_mqtt.c
- janus_mqtt_get_description() : janus_mqtt.c
- janus_mqtt_get_name() : janus_mqtt.c
- janus_mqtt_get_package() : janus_mqtt.c
- janus_mqtt_get_version() : janus_mqtt.c
- janus_mqtt_get_version_string() : janus_mqtt.c
- janus_mqtt_init() : janus_mqtt.c
- janus_mqtt_is_admin_api_enabled() : janus_mqtt.c
- janus_mqtt_is_janus_api_enabled() : janus_mqtt.c
- JANUS_MQTT_NAME : janus_mqtt.c
- JANUS_MQTT_PACKAGE : janus_mqtt.c
- janus_mqtt_query_transport() : janus_mqtt.c
- janus_mqtt_send_message() : janus_mqtt.c
- janus_mqtt_session_claimed() : janus_mqtt.c
- janus_mqtt_session_created() : janus_mqtt.c
- janus_mqtt_session_over() : janus_mqtt.c
- JANUS_MQTT_VERSION : janus_mqtt.c
- JANUS_MQTT_VERSION_3_1 : janus_mqtt.c
- JANUS_MQTT_VERSION_3_1_1 : janus_mqtt.c
- JANUS_MQTT_VERSION_5 : janus_mqtt.c
- JANUS_MQTT_VERSION_DEFAULT : janus_mqtt.c
- JANUS_MQTT_VERSION_STRING : janus_mqtt.c
- JANUS_MQTTEVH_AUTHOR : janus_mqttevh.c
- janus_mqttevh_client_get_response_code() : janus_mqttevh.c
- janus_mqttevh_client_publish_message_wrap() : janus_mqttevh.c
- janus_mqttevh_context : janus_mqttevh.c
- JANUS_MQTTEVH_DEFAULT_ADDEVENT : janus_mqttevh.c
- JANUS_MQTTEVH_DEFAULT_ADDPLUGIN : janus_mqttevh.c
- JANUS_MQTTEVH_DEFAULT_BASETOPIC : janus_mqttevh.c
- JANUS_MQTTEVH_DEFAULT_CLEANSESSION : janus_mqttevh.c
- JANUS_MQTTEVH_DEFAULT_CONNECT_STATUS : janus_mqttevh.c
- JANUS_MQTTEVH_DEFAULT_DISCONNECT_STATUS : janus_mqttevh.c
- JANUS_MQTTEVH_DEFAULT_DISCONNECT_TIMEOUT : janus_mqttevh.c
- JANUS_MQTTEVH_DEFAULT_JSON_FORMAT : janus_mqttevh.c
- JANUS_MQTTEVH_DEFAULT_KEEPALIVE : janus_mqttevh.c
- JANUS_MQTTEVH_DEFAULT_MAX_BUFFERED : janus_mqttevh.c
- JANUS_MQTTEVH_DEFAULT_MAX_INFLIGHT : janus_mqttevh.c
- JANUS_MQTTEVH_DEFAULT_MQTTURL : janus_mqttevh.c
- JANUS_MQTTEVH_DEFAULT_QOS : janus_mqttevh.c
- JANUS_MQTTEVH_DEFAULT_RETAIN : janus_mqttevh.c
- JANUS_MQTTEVH_DEFAULT_TIMEOUT : janus_mqttevh.c
- JANUS_MQTTEVH_DEFAULT_TLS_ENABLE : janus_mqttevh.c
- JANUS_MQTTEVH_DEFAULT_TLS_VERIFY_HOST : janus_mqttevh.c
- JANUS_MQTTEVH_DEFAULT_TLS_VERIFY_PEER : janus_mqttevh.c
- JANUS_MQTTEVH_DEFAULT_WILL_QOS : janus_mqttevh.c
- JANUS_MQTTEVH_DEFAULT_WILL_RETAIN : janus_mqttevh.c
- JANUS_MQTTEVH_DESCRIPTION : janus_mqttevh.c
- JANUS_MQTTEVH_ERROR_INVALID_ELEMENT : janus_mqttevh.c
- JANUS_MQTTEVH_ERROR_INVALID_REQUEST : janus_mqttevh.c
- JANUS_MQTTEVH_ERROR_MISSING_ELEMENT : janus_mqttevh.c
- JANUS_MQTTEVH_ERROR_UNKNOWN_ERROR : janus_mqttevh.c
- janus_mqttevh_handle_request() : janus_mqttevh.c
- JANUS_MQTTEVH_NAME : janus_mqttevh.c
- JANUS_MQTTEVH_PACKAGE : janus_mqttevh.c
- JANUS_MQTTEVH_STATUS_TOPIC : janus_mqttevh.c
- JANUS_MQTTEVH_VERSION : janus_mqttevh.c
- JANUS_MQTTEVH_VERSION_3_1 : janus_mqttevh.c
- JANUS_MQTTEVH_VERSION_3_1_1 : janus_mqttevh.c
- JANUS_MQTTEVH_VERSION_5 : janus_mqttevh.c
- JANUS_MQTTEVH_VERSION_DEFAULT : janus_mqttevh.c
- JANUS_MQTTEVH_VERSION_STRING : janus_mqttevh.c
- janus_mutex : mutex.h
- janus_mutex_destroy : mutex.h
- janus_mutex_init : mutex.h
- JANUS_MUTEX_INITIALIZER : mutex.h
- janus_mutex_lock : mutex.h
- janus_mutex_lock_debug : mutex.h
- janus_mutex_lock_nodebug : mutex.h
- janus_mutex_trylock : mutex.h
- janus_mutex_trylock_debug : mutex.h
- janus_mutex_trylock_nodebug : mutex.h
- janus_mutex_unlock : mutex.h
- janus_mutex_unlock_debug : mutex.h
- janus_mutex_unlock_nodebug : mutex.h
- janus_nack : rtcp.h
- JANUS_NAME : janus.c
- JANUS_NANOMSG_AUTHOR : janus_nanomsg.c
- janus_nanomsg_client : janus_nanomsg.c
- JANUS_NANOMSG_DESCRIPTION : janus_nanomsg.c
- janus_nanomsg_destroy() : janus_nanomsg.c
- JANUS_NANOMSG_ERROR_INVALID_ELEMENT : janus_nanomsg.c
- JANUS_NANOMSG_ERROR_INVALID_REQUEST : janus_nanomsg.c
- JANUS_NANOMSG_ERROR_MISSING_ELEMENT : janus_nanomsg.c
- JANUS_NANOMSG_ERROR_UNKNOWN_ERROR : janus_nanomsg.c
- janus_nanomsg_get_api_compatibility() : janus_nanomsg.c
- janus_nanomsg_get_author() : janus_nanomsg.c
- janus_nanomsg_get_description() : janus_nanomsg.c
- janus_nanomsg_get_name() : janus_nanomsg.c
- janus_nanomsg_get_package() : janus_nanomsg.c
- janus_nanomsg_get_version() : janus_nanomsg.c
- janus_nanomsg_get_version_string() : janus_nanomsg.c
- janus_nanomsg_init() : janus_nanomsg.c
- janus_nanomsg_is_admin_api_enabled() : janus_nanomsg.c
- janus_nanomsg_is_janus_api_enabled() : janus_nanomsg.c
- JANUS_NANOMSG_NAME : janus_nanomsg.c
- JANUS_NANOMSG_PACKAGE : janus_nanomsg.c
- janus_nanomsg_query_transport() : janus_nanomsg.c
- janus_nanomsg_send_message() : janus_nanomsg.c
- janus_nanomsg_session_claimed() : janus_nanomsg.c
- janus_nanomsg_session_created() : janus_nanomsg.c
- janus_nanomsg_session_over() : janus_nanomsg.c
- janus_nanomsg_thread() : janus_nanomsg.c
- JANUS_NANOMSG_VERSION : janus_nanomsg.c
- JANUS_NANOMSG_VERSION_STRING : janus_nanomsg.c
- JANUS_NANOMSGEVH_AUTHOR : janus_nanomsgevh.c
- JANUS_NANOMSGEVH_DESCRIPTION : janus_nanomsgevh.c
- janus_nanomsgevh_destroy() : janus_nanomsgevh.c
- JANUS_NANOMSGEVH_ERROR_INVALID_ELEMENT : janus_nanomsgevh.c
- JANUS_NANOMSGEVH_ERROR_INVALID_REQUEST : janus_nanomsgevh.c
- JANUS_NANOMSGEVH_ERROR_MISSING_ELEMENT : janus_nanomsgevh.c
- JANUS_NANOMSGEVH_ERROR_UNKNOWN_ERROR : janus_nanomsgevh.c
- janus_nanomsgevh_get_api_compatibility() : janus_nanomsgevh.c
- janus_nanomsgevh_get_author() : janus_nanomsgevh.c
- janus_nanomsgevh_get_description() : janus_nanomsgevh.c
- janus_nanomsgevh_get_name() : janus_nanomsgevh.c
- janus_nanomsgevh_get_package() : janus_nanomsgevh.c
- janus_nanomsgevh_get_version() : janus_nanomsgevh.c
- janus_nanomsgevh_get_version_string() : janus_nanomsgevh.c
- janus_nanomsgevh_handle_request() : janus_nanomsgevh.c
- janus_nanomsgevh_incoming_event() : janus_nanomsgevh.c
- janus_nanomsgevh_init() : janus_nanomsgevh.c
- JANUS_NANOMSGEVH_NAME : janus_nanomsgevh.c
- JANUS_NANOMSGEVH_PACKAGE : janus_nanomsgevh.c
- JANUS_NANOMSGEVH_VERSION : janus_nanomsgevh.c
- JANUS_NANOMSGEVH_VERSION_STRING : janus_nanomsgevh.c
- janus_network_address : ip-utils.h
- janus_network_address_from_sockaddr() : ip-utils.c, ip-utils.h
- janus_network_address_is_null() : ip-utils.c, ip-utils.h
- janus_network_address_nullify() : ip-utils.c, ip-utils.h
- janus_network_address_string_buffer : ip-utils.h
- janus_network_address_string_buffer_is_null() : ip-utils.c, ip-utils.h
- janus_network_address_string_buffer_nullify() : ip-utils.c, ip-utils.h
- janus_network_address_string_from_buffer() : ip-utils.h, ip-utils.c
- janus_network_address_to_string_buffer() : ip-utils.c, ip-utils.h
- janus_network_detect_local_ip() : ip-utils.c, ip-utils.h
- janus_network_detect_local_ip_as_string() : ip-utils.c, ip-utils.h
- janus_network_get_device_address() : ip-utils.c, ip-utils.h
- janus_network_get_devices_ipv4() : ip-utils.c, ip-utils.h
- janus_network_get_devices_ipv6() : ip-utils.c, ip-utils.h
- janus_network_lookup_interface() : ip-utils.c, ip-utils.h
- janus_network_prepare_device_query() : ip-utils.h, ip-utils.c
- janus_network_prepare_device_query_default() : ip-utils.c, ip-utils.h
- janus_network_query_config : ip-utils.h
- janus_network_query_devices() : ip-utils.c, ip-utils.h
- janus_network_query_options : ip-utils.h
- janus_network_query_options_any : ip-utils.h
- janus_network_query_options_any_ip : ip-utils.h
- janus_network_query_options_ipv4 : ip-utils.h
- janus_network_query_options_ipv6 : ip-utils.h
- janus_network_query_options_name : ip-utils.h
- janus_network_query_options_none : ip-utils.h
- janus_network_resolve_address() : ip-utils.c, ip-utils.h
- janus_network_string_is_valid_address() : ip-utils.h, ip-utils.c
- janus_network_string_to_address() : ip-utils.c, ip-utils.h
- JANUS_NOSIP_AUTHOR : janus_nosip.c
- janus_nosip_create_session() : janus_nosip.c
- JANUS_NOSIP_DESCRIPTION : janus_nosip.c
- janus_nosip_destroy() : janus_nosip.c
- janus_nosip_destroy_session() : janus_nosip.c
- JANUS_NOSIP_ERROR_INVALID_ELEMENT : janus_nosip.c
- JANUS_NOSIP_ERROR_INVALID_JSON : janus_nosip.c
- JANUS_NOSIP_ERROR_INVALID_REQUEST : janus_nosip.c
- JANUS_NOSIP_ERROR_INVALID_SDP : janus_nosip.c
- JANUS_NOSIP_ERROR_IO_ERROR : janus_nosip.c
- JANUS_NOSIP_ERROR_MISSING_ELEMENT : janus_nosip.c
- JANUS_NOSIP_ERROR_MISSING_SDP : janus_nosip.c
- JANUS_NOSIP_ERROR_NO_MESSAGE : janus_nosip.c
- JANUS_NOSIP_ERROR_RECORDING_ERROR : janus_nosip.c
- JANUS_NOSIP_ERROR_TOO_STRICT : janus_nosip.c
- JANUS_NOSIP_ERROR_UNKNOWN_ERROR : janus_nosip.c
- JANUS_NOSIP_ERROR_WRONG_STATE : janus_nosip.c
- janus_nosip_get_api_compatibility() : janus_nosip.c
- janus_nosip_get_author() : janus_nosip.c
- janus_nosip_get_description() : janus_nosip.c
- janus_nosip_get_name() : janus_nosip.c
- janus_nosip_get_package() : janus_nosip.c
- janus_nosip_get_version() : janus_nosip.c
- janus_nosip_get_version_string() : janus_nosip.c
- janus_nosip_handle_message() : janus_nosip.c
- janus_nosip_hangup_media() : janus_nosip.c
- janus_nosip_incoming_rtcp() : janus_nosip.c
- janus_nosip_incoming_rtp() : janus_nosip.c
- janus_nosip_init() : janus_nosip.c
- janus_nosip_media : janus_nosip.c
- janus_nosip_message : janus_nosip.c
- JANUS_NOSIP_NAME : janus_nosip.c
- JANUS_NOSIP_PACKAGE : janus_nosip.c
- janus_nosip_query_session() : janus_nosip.c
- janus_nosip_sdp_manipulate() : janus_nosip.c
- janus_nosip_sdp_process() : janus_nosip.c
- janus_nosip_session : janus_nosip.c
- janus_nosip_setup_media() : janus_nosip.c
- JANUS_NOSIP_VERSION : janus_nosip.c
- JANUS_NOSIP_VERSION_STRING : janus_nosip.c
- JANUS_OK : apierror.h
- JANUS_PFUNIX_AUTHOR : janus_pfunix.c
- janus_pfunix_client : janus_pfunix.c
- JANUS_PFUNIX_DESCRIPTION : janus_pfunix.c
- janus_pfunix_destroy() : janus_pfunix.c
- JANUS_PFUNIX_ERROR_INVALID_ELEMENT : janus_pfunix.c
- JANUS_PFUNIX_ERROR_INVALID_REQUEST : janus_pfunix.c
- JANUS_PFUNIX_ERROR_MISSING_ELEMENT : janus_pfunix.c
- JANUS_PFUNIX_ERROR_UNKNOWN_ERROR : janus_pfunix.c
- janus_pfunix_get_api_compatibility() : janus_pfunix.c
- janus_pfunix_get_author() : janus_pfunix.c
- janus_pfunix_get_description() : janus_pfunix.c
- janus_pfunix_get_name() : janus_pfunix.c
- janus_pfunix_get_package() : janus_pfunix.c
- janus_pfunix_get_version() : janus_pfunix.c
- janus_pfunix_get_version_string() : janus_pfunix.c
- janus_pfunix_init() : janus_pfunix.c
- janus_pfunix_is_admin_api_enabled() : janus_pfunix.c
- janus_pfunix_is_janus_api_enabled() : janus_pfunix.c
- JANUS_PFUNIX_NAME : janus_pfunix.c
- JANUS_PFUNIX_PACKAGE : janus_pfunix.c
- janus_pfunix_query_transport() : janus_pfunix.c
- janus_pfunix_send_message() : janus_pfunix.c
- janus_pfunix_session_claimed() : janus_pfunix.c
- janus_pfunix_session_created() : janus_pfunix.c
- janus_pfunix_session_over() : janus_pfunix.c
- janus_pfunix_thread() : janus_pfunix.c
- JANUS_PFUNIX_VERSION : janus_pfunix.c
- JANUS_PFUNIX_VERSION_STRING : janus_pfunix.c
- janus_pidfile_create() : utils.c, utils.h
- janus_pidfile_remove() : utils.c, utils.h
- janus_plugin : plugin.h
- JANUS_PLUGIN_API_VERSION : plugin.h
- janus_plugin_auth_is_signature_valid() : janus.c
- janus_plugin_auth_is_signed() : janus.c
- janus_plugin_auth_signature_contains() : janus.c
- janus_plugin_close() : janus.c, janus.h
- janus_plugin_close_pc() : janus.c
- janus_plugin_data : plugin.h
- janus_plugin_data_reset() : plugin.h, plugin.c
- janus_plugin_end_session() : janus.c
- JANUS_PLUGIN_ERROR : plugin.h
- janus_plugin_find() : janus.h, janus.c
- janus_plugin_handle_sdp() : janus.c
- JANUS_PLUGIN_INIT : plugin.h
- janus_plugin_notify_event() : janus.c
- JANUS_PLUGIN_OK : plugin.h
- JANUS_PLUGIN_OK_WAIT : plugin.h
- janus_plugin_push_event() : janus.c
- janus_plugin_relay_data() : janus.c
- janus_plugin_relay_rtcp() : janus.c
- janus_plugin_relay_rtp() : janus.c
- janus_plugin_result : plugin.h
- janus_plugin_result_destroy() : plugin.c, plugin.h
- janus_plugin_result_new() : plugin.c, plugin.h
- janus_plugin_result_type : plugin.h
- janus_plugin_rtcp : plugin.h
- janus_plugin_rtcp_reset() : plugin.c, plugin.h
- janus_plugin_rtp : plugin.h
- janus_plugin_rtp_duplicate() : plugin.c, plugin.h
- janus_plugin_rtp_extensions : plugin.h
- janus_plugin_rtp_extensions_reset() : plugin.c, plugin.h
- janus_plugin_rtp_reset() : plugin.c, plugin.h
- janus_plugin_send_pli() : janus.c
- janus_plugin_send_remb() : janus.c
- janus_plugin_session : plugin.h
- janus_plugin_session_is_alive() : ice.c, ice.h
- janus_pluginso_close() : janus.c, janus.h
- janus_pp_av1_close() : pp-av1.h, pp-av1.c
- janus_pp_av1_create() : pp-av1.c, pp-av1.h
- janus_pp_av1_get_extensions() : pp-av1.c, pp-av1.h
- janus_pp_av1_preprocess() : pp-av1.c, pp-av1.h
- janus_pp_av1_process() : pp-av1.c, pp-av1.h
- janus_pp_binary_close() : pp-binary.c, pp-binary.h
- janus_pp_binary_create() : pp-binary.c, pp-binary.h
- janus_pp_binary_process() : pp-binary.c, pp-binary.h
- janus_pp_create_avformatcontext() : pp-avformat.c, pp-avformat.h
- janus_pp_frame_packet : pp-rtp.h
- janus_pp_g711_alaw_table : pp-g711.c
- janus_pp_g711_close() : pp-g711.c, pp-g711.h
- janus_pp_g711_create() : pp-g711.c, pp-g711.h
- janus_pp_g711_get_extensions() : pp-g711.c, pp-g711.h
- janus_pp_g711_mulaw_table : pp-g711.c
- janus_pp_g711_process() : pp-g711.c, pp-g711.h
- janus_pp_g711_wav : pp-g711.c
- janus_pp_g722_close() : pp-g722.c, pp-g722.h
- janus_pp_g722_create() : pp-g722.c, pp-g722.h
- janus_pp_g722_get_extensions() : pp-g722.h, pp-g722.c
- janus_pp_g722_process() : pp-g722.c, pp-g722.h
- janus_pp_g722_wav : pp-g722.c
- janus_pp_h264_close() : pp-h264.c, pp-h264.h
- janus_pp_h264_create() : pp-h264.c, pp-h264.h
- janus_pp_h264_get_extensions() : pp-h264.c, pp-h264.h
- janus_pp_h264_preprocess() : pp-h264.c, pp-h264.h
- janus_pp_h264_process() : pp-h264.c, pp-h264.h
- janus_pp_h265_close() : pp-h265.c, pp-h265.h
- janus_pp_h265_create() : pp-h265.c, pp-h265.h
- janus_pp_h265_get_extensions() : pp-h265.c, pp-h265.h
- janus_pp_h265_preprocess() : pp-h265.c, pp-h265.h
- janus_pp_h265_process() : pp-h265.c, pp-h265.h
- janus_pp_new_audio_avstream() : pp-avformat.c, pp-avformat.h
- janus_pp_new_video_avstream() : pp-avformat.c, pp-avformat.h
- janus_pp_opus_close() : pp-opus.c, pp-opus.h
- janus_pp_opus_create() : pp-opus.c, pp-opus.h
- janus_pp_opus_get_extensions() : pp-opus.c, pp-opus.h
- janus_pp_opus_process() : pp-opus.c, pp-opus.h
- JANUS_PP_RTP_EXTMAP_AUDIO_LEVEL : pp-rtp.h
- JANUS_PP_RTP_EXTMAP_VIDEO_ORIENTATION : pp-rtp.h
- janus_pp_rtp_header : pp-rtp.h
- janus_pp_rtp_header_extension : pp-rtp.h
- janus_pp_rtp_skew_context : janus-pp-rec.c
- janus_pp_setup_avformat() : pp-avformat.c, pp-avformat.h
- janus_pp_srt_close() : pp-srt.c, pp-srt.h
- janus_pp_srt_create() : pp-srt.c, pp-srt.h
- janus_pp_srt_get_extensions() : pp-srt.c, pp-srt.h
- janus_pp_srt_process() : pp-srt.c, pp-srt.h
- janus_pp_webm_close() : pp-webm.h, pp-webm.c
- janus_pp_webm_create() : pp-webm.c, pp-webm.h
- janus_pp_webm_get_extensions() : pp-webm.c, pp-webm.h
- janus_pp_webm_preprocess() : pp-webm.c, pp-webm.h
- janus_pp_webm_process() : pp-webm.h, pp-webm.c
- janus_preferred_audio_codecs : sdp-utils.c
- janus_preferred_video_codecs : sdp-utils.c
- JANUS_PRINT : debug.h
- janus_process_error() : janus.c, janus.h
- janus_process_incoming_admin_request() : janus.c, janus.h
- janus_process_incoming_request() : janus.c, janus.h
- janus_process_success() : janus.c, janus.h
- janus_protected_folder_add() : utils.c, utils.h
- janus_protected_folders_clear() : utils.c, utils.h
- janus_push_bits() : utils.c, utils.h
- JANUS_RABBITMQ_AUTHOR : janus_rabbitmq.c
- janus_rabbitmq_client : janus_rabbitmq.c
- JANUS_RABBITMQ_DESCRIPTION : janus_rabbitmq.c
- janus_rabbitmq_destroy() : janus_rabbitmq.c
- JANUS_RABBITMQ_ERROR_INVALID_ELEMENT : janus_rabbitmq.c
- JANUS_RABBITMQ_ERROR_INVALID_REQUEST : janus_rabbitmq.c
- JANUS_RABBITMQ_ERROR_MISSING_ELEMENT : janus_rabbitmq.c
- JANUS_RABBITMQ_ERROR_UNKNOWN_ERROR : janus_rabbitmq.c
- JANUS_RABBITMQ_EXCHANGE_TYPE : janus_rabbitmq.c
- janus_rabbitmq_get_api_compatibility() : janus_rabbitmq.c
- janus_rabbitmq_get_author() : janus_rabbitmq.c
- janus_rabbitmq_get_description() : janus_rabbitmq.c
- janus_rabbitmq_get_name() : janus_rabbitmq.c
- janus_rabbitmq_get_package() : janus_rabbitmq.c
- janus_rabbitmq_get_version() : janus_rabbitmq.c
- janus_rabbitmq_get_version_string() : janus_rabbitmq.c
- janus_rabbitmq_init() : janus_rabbitmq.c
- janus_rabbitmq_is_admin_api_enabled() : janus_rabbitmq.c
- janus_rabbitmq_is_janus_api_enabled() : janus_rabbitmq.c
- JANUS_RABBITMQ_NAME : janus_rabbitmq.c
- JANUS_RABBITMQ_PACKAGE : janus_rabbitmq.c
- janus_rabbitmq_query_transport() : janus_rabbitmq.c
- janus_rabbitmq_response : janus_rabbitmq.c
- janus_rabbitmq_send_message() : janus_rabbitmq.c
- janus_rabbitmq_session_claimed() : janus_rabbitmq.c
- janus_rabbitmq_session_created() : janus_rabbitmq.c
- janus_rabbitmq_session_over() : janus_rabbitmq.c
- JANUS_RABBITMQ_VERSION : janus_rabbitmq.c
- JANUS_RABBITMQ_VERSION_STRING : janus_rabbitmq.c
- JANUS_RABBITMQEVH_AUTHOR : janus_rabbitmqevh.c
- janus_rabbitmqevh_connect() : janus_rabbitmqevh.c
- JANUS_RABBITMQEVH_DESCRIPTION : janus_rabbitmqevh.c
- janus_rabbitmqevh_destroy() : janus_rabbitmqevh.c
- JANUS_RABBITMQEVH_ERROR_INVALID_ELEMENT : janus_rabbitmqevh.c
- JANUS_RABBITMQEVH_ERROR_INVALID_REQUEST : janus_rabbitmqevh.c
- JANUS_RABBITMQEVH_ERROR_MISSING_ELEMENT : janus_rabbitmqevh.c
- JANUS_RABBITMQEVH_ERROR_UNKNOWN_ERROR : janus_rabbitmqevh.c
- JANUS_RABBITMQEVH_EXCHANGE_TYPE : janus_rabbitmqevh.c
- janus_rabbitmqevh_get_api_compatibility() : janus_rabbitmqevh.c
- janus_rabbitmqevh_get_author() : janus_rabbitmqevh.c
- janus_rabbitmqevh_get_description() : janus_rabbitmqevh.c
- janus_rabbitmqevh_get_name() : janus_rabbitmqevh.c
- janus_rabbitmqevh_get_package() : janus_rabbitmqevh.c
- janus_rabbitmqevh_get_version() : janus_rabbitmqevh.c
- janus_rabbitmqevh_get_version_string() : janus_rabbitmqevh.c
- janus_rabbitmqevh_handle_request() : janus_rabbitmqevh.c
- janus_rabbitmqevh_incoming_event() : janus_rabbitmqevh.c
- janus_rabbitmqevh_init() : janus_rabbitmqevh.c
- JANUS_RABBITMQEVH_NAME : janus_rabbitmqevh.c
- JANUS_RABBITMQEVH_PACKAGE : janus_rabbitmqevh.c
- JANUS_RABBITMQEVH_VERSION : janus_rabbitmqevh.c
- JANUS_RABBITMQEVH_VERSION_STRING : janus_rabbitmqevh.c
- janus_random_uint32() : utils.c, utils.h
- janus_random_uint64() : utils.c, utils.h
- janus_random_uint64_full() : utils.c, utils.h
- janus_random_uuid() : utils.c, utils.h
- janus_recorder : record.h
- janus_recorder_add_extmap() : record.h, record.c
- JANUS_RECORDER_AUDIO : record.h
- janus_recorder_close() : record.c, record.h
- janus_recorder_create() : record.c, record.h
- janus_recorder_create_full() : record.c, record.h
- JANUS_RECORDER_DATA : record.h
- janus_recorder_deinit() : record.c, record.h
- janus_recorder_destroy() : record.c, record.h
- janus_recorder_encrypted() : record.c, record.h
- janus_recorder_init() : record.c, record.h
- janus_recorder_medium : record.h
- janus_recorder_opusred() : record.c, record.h
- janus_recorder_pause() : record.c, record.h
- janus_recorder_resume() : record.c, record.h
- janus_recorder_save_frame() : record.c, record.h
- JANUS_RECORDER_VIDEO : record.h
- JANUS_RECORDPLAY_AUTHOR : janus_recordplay.c
- janus_recordplay_create_session() : janus_recordplay.c
- JANUS_RECORDPLAY_DESCRIPTION : janus_recordplay.c
- janus_recordplay_destroy() : janus_recordplay.c
- janus_recordplay_destroy_session() : janus_recordplay.c
- JANUS_RECORDPLAY_ERROR_INVALID_ELEMENT : janus_recordplay.c
- JANUS_RECORDPLAY_ERROR_INVALID_JSON : janus_recordplay.c
- JANUS_RECORDPLAY_ERROR_INVALID_RECORDING : janus_recordplay.c
- JANUS_RECORDPLAY_ERROR_INVALID_REQUEST : janus_recordplay.c
- JANUS_RECORDPLAY_ERROR_INVALID_SDP : janus_recordplay.c
- JANUS_RECORDPLAY_ERROR_INVALID_STATE : janus_recordplay.c
- JANUS_RECORDPLAY_ERROR_MISSING_ELEMENT : janus_recordplay.c
- JANUS_RECORDPLAY_ERROR_NO_MESSAGE : janus_recordplay.c
- JANUS_RECORDPLAY_ERROR_NOT_FOUND : janus_recordplay.c
- JANUS_RECORDPLAY_ERROR_RECORDING_EXISTS : janus_recordplay.c
- JANUS_RECORDPLAY_ERROR_UNKNOWN_ERROR : janus_recordplay.c
- janus_recordplay_frame_packet : janus_recordplay.c
- janus_recordplay_get_api_compatibility() : janus_recordplay.c
- janus_recordplay_get_author() : janus_recordplay.c
- janus_recordplay_get_description() : janus_recordplay.c
- janus_recordplay_get_frames() : janus_recordplay.c
- janus_recordplay_get_name() : janus_recordplay.c
- janus_recordplay_get_package() : janus_recordplay.c
- janus_recordplay_get_version() : janus_recordplay.c
- janus_recordplay_get_version_string() : janus_recordplay.c
- janus_recordplay_handle_admin_message() : janus_recordplay.c
- janus_recordplay_handle_message() : janus_recordplay.c
- janus_recordplay_hangup_media() : janus_recordplay.c
- janus_recordplay_incoming_data() : janus_recordplay.c
- janus_recordplay_incoming_rtcp() : janus_recordplay.c
- janus_recordplay_incoming_rtp() : janus_recordplay.c
- janus_recordplay_init() : janus_recordplay.c
- janus_recordplay_message : janus_recordplay.c
- JANUS_RECORDPLAY_NAME : janus_recordplay.c
- JANUS_RECORDPLAY_PACKAGE : janus_recordplay.c
- janus_recordplay_query_session() : janus_recordplay.c
- janus_recordplay_recording : janus_recordplay.c
- janus_recordplay_rtp_header_extension : janus_recordplay.c
- janus_recordplay_send_rtcp_feedback() : janus_recordplay.c
- janus_recordplay_session : janus_recordplay.c
- janus_recordplay_setup_media() : janus_recordplay.c
- janus_recordplay_slow_link() : janus_recordplay.c
- janus_recordplay_update_recordings_list() : janus_recordplay.c
- JANUS_RECORDPLAY_VERSION : janus_recordplay.c
- JANUS_RECORDPLAY_VERSION_STRING : janus_recordplay.c
- janus_red_block : utils.h
- janus_red_pack_blocks() : utils.c, utils.h
- janus_red_parse_blocks() : utils.c, utils.h
- janus_red_replace_block_pt() : utils.c, utils.h
- janus_refcount : refcount.h
- janus_refcount_containerof : refcount.h
- janus_refcount_decrease : refcount.h
- janus_refcount_decrease_debug : refcount.h
- janus_refcount_decrease_nodebug : refcount.h
- janus_refcount_increase : refcount.h
- janus_refcount_increase_debug : refcount.h
- janus_refcount_increase_nodebug : refcount.h
- janus_refcount_init : refcount.h
- janus_refcount_init_debug : refcount.h
- janus_refcount_init_nodebug : refcount.h
- janus_report_block : rtcp.h
- janus_request : janus.h
- janus_request_destroy() : janus.c, janus.h
- janus_request_new() : janus.c, janus.h
- janus_rmq_in_thread() : janus_rabbitmq.c
- janus_rmq_out_thread() : janus_rabbitmq.c
- janus_rtcp_app : rtcp.h
- janus_rtcp_bye : rtcp.h
- janus_rtcp_cap_remb() : rtcp.c, rtcp.h
- janus_rtcp_check_fci() : rtcp.h, rtcp.c
- janus_rtcp_check_len() : rtcp.c, rtcp.h
- janus_rtcp_check_remb() : rtcp.c, rtcp.h
- janus_rtcp_check_rr() : rtcp.c, rtcp.h
- janus_rtcp_check_sr() : rtcp.c, rtcp.h
- janus_rtcp_context : rtcp.h
- janus_rtcp_context_get_in_link_quality() : rtcp.c, rtcp.h
- janus_rtcp_context_get_in_media_link_quality() : rtcp.c, rtcp.h
- janus_rtcp_context_get_jitter() : rtcp.c, rtcp.h
- janus_rtcp_context_get_lost_all() : rtcp.c, rtcp.h
- janus_rtcp_context_get_out_link_quality() : rtcp.c, rtcp.h
- janus_rtcp_context_get_out_media_link_quality() : rtcp.c, rtcp.h
- janus_rtcp_context_get_rtt() : rtcp.c, rtcp.h
- janus_rtcp_fb : rtcp.h
- janus_rtcp_fb_fir : rtcp.h
- janus_rtcp_fb_remb : rtcp.h
- janus_rtcp_filter() : rtcp.c, rtcp.h
- janus_rtcp_fir() : rtcp.c, rtcp.h
- janus_rtcp_fir_legacy() : rtcp.h
- janus_rtcp_fix_report_data() : rtcp.h, rtcp.c
- janus_rtcp_fix_ssrc() : rtcp.c, rtcp.h
- janus_rtcp_get_nacks() : rtcp.c, rtcp.h
- janus_rtcp_get_receiver_ssrc() : rtcp.c, rtcp.h
- janus_rtcp_get_remb() : rtcp.c, rtcp.h
- janus_rtcp_get_sender_ssrc() : rtcp.c, rtcp.h
- janus_rtcp_has_bye() : rtcp.c, rtcp.h
- janus_rtcp_has_fir() : rtcp.c, rtcp.h
- janus_rtcp_has_pli() : rtcp.c, rtcp.h
- janus_rtcp_header : rtcp.h
- janus_rtcp_nack : rtcp.h
- janus_rtcp_nacks() : rtcp.c, rtcp.h
- janus_rtcp_parse() : rtcp.c, rtcp.h
- janus_rtcp_pli() : rtcp.c, rtcp.h
- janus_rtcp_process_incoming_rtp() : rtcp.c, rtcp.h
- janus_rtcp_remb() : rtcp.c, rtcp.h
- janus_rtcp_remb_ssrcs() : rtcp.c, rtcp.h
- janus_rtcp_remove_nacks() : rtcp.c, rtcp.h
- janus_rtcp_report_block() : rtcp.h, rtcp.c
- janus_rtcp_rr : rtcp.h
- janus_rtcp_sdes : rtcp.h
- janus_rtcp_sdes_chunk : rtcp.h
- janus_rtcp_sdes_cname() : rtcp.c, rtcp.h
- janus_rtcp_sdes_item : rtcp.h
- janus_rtcp_sr : rtcp.h
- janus_rtcp_swap_report_blocks() : rtcp.c, rtcp.h
- janus_rtcp_transport_wide_cc_feedback() : rtcp.c, rtcp.h
- janus_rtcp_transport_wide_cc_stats : rtcp.h
- janus_rtcp_type : rtcp.h
- janus_rtcp_xr : rtcp.h
- JANUS_RTP_EXTMAP_ABS_SEND_TIME : rtp.h
- JANUS_RTP_EXTMAP_AUDIO_LEVEL : rtp.h
- JANUS_RTP_EXTMAP_DEPENDENCY_DESC : rtp.h
- JANUS_RTP_EXTMAP_ENCRYPTED : rtp.h
- JANUS_RTP_EXTMAP_MID : rtp.h
- JANUS_RTP_EXTMAP_PLAYOUT_DELAY : rtp.h
- JANUS_RTP_EXTMAP_REPAIRED_RID : rtp.h
- JANUS_RTP_EXTMAP_RID : rtp.h
- JANUS_RTP_EXTMAP_TOFFSET : rtp.h
- JANUS_RTP_EXTMAP_TRANSPORT_WIDE_CC : rtp.h
- JANUS_RTP_EXTMAP_VIDEO_ORIENTATION : rtp.h
- janus_rtp_header : rtp.h
- janus_rtp_header_extension : rtp.h
- janus_rtp_header_extension_get_from_id() : rtp.c, rtp.h
- janus_rtp_header_extension_get_id() : rtp.c, rtp.h
- janus_rtp_header_extension_parse_abs_sent_time() : rtp.c, rtp.h
- janus_rtp_header_extension_parse_audio_level() : rtp.h, rtp.c
- janus_rtp_header_extension_parse_dependency_desc() : rtp.c, rtp.h
- janus_rtp_header_extension_parse_mid() : rtp.c, rtp.h
- janus_rtp_header_extension_parse_playout_delay() : rtp.c, rtp.h
- janus_rtp_header_extension_parse_rid() : rtp.c, rtp.h
- janus_rtp_header_extension_parse_transport_wide_cc() : rtp.c, rtp.h
- janus_rtp_header_extension_parse_video_orientation() : rtp.c, rtp.h
- janus_rtp_header_extension_replace_id() : rtp.c, rtp.h
- janus_rtp_header_extension_set_abs_send_time() : rtp.c, rtp.h
- janus_rtp_header_extension_set_transport_wide_cc() : rtp.c, rtp.h
- janus_rtp_header_update() : rtp.h, rtp.c
- janus_rtp_packet : rtp.h
- janus_rtp_packet_status : rtcp.c
- janus_rtp_packet_status_largeornegativedelta : rtcp.c
- janus_rtp_packet_status_notreceived : rtcp.c
- janus_rtp_packet_status_reserved : rtcp.c
- janus_rtp_packet_status_smalldelta : rtcp.c
- janus_rtp_payload() : rtp.c, rtp.h
- janus_rtp_rfc2833_payload : rtp.h
- janus_rtp_simulcasting_context : rtp.h
- janus_rtp_simulcasting_context_process_rtp() : rtp.c, rtp.h
- janus_rtp_simulcasting_context_reset() : rtp.c, rtp.h
- janus_rtp_simulcasting_prepare() : rtp.c, rtp.h
- janus_rtp_skew_compensate_audio() : rtp.c, rtp.h
- janus_rtp_skew_compensate_video() : rtp.c, rtp.h
- janus_rtp_switching_context : rtp.h
- janus_rtp_switching_context_reset() : rtp.c, rtp.h
- JANUS_SAMPLEEVH_AUTHOR : janus_sampleevh.c
- JANUS_SAMPLEEVH_DESCRIPTION : janus_sampleevh.c
- janus_sampleevh_destroy() : janus_sampleevh.c
- JANUS_SAMPLEEVH_ERROR_INVALID_ELEMENT : janus_sampleevh.c
- JANUS_SAMPLEEVH_ERROR_INVALID_REQUEST : janus_sampleevh.c
- JANUS_SAMPLEEVH_ERROR_MISSING_ELEMENT : janus_sampleevh.c
- JANUS_SAMPLEEVH_ERROR_UNKNOWN_ERROR : janus_sampleevh.c
- janus_sampleevh_get_api_compatibility() : janus_sampleevh.c
- janus_sampleevh_get_author() : janus_sampleevh.c
- janus_sampleevh_get_description() : janus_sampleevh.c
- janus_sampleevh_get_name() : janus_sampleevh.c
- janus_sampleevh_get_package() : janus_sampleevh.c
- janus_sampleevh_get_version() : janus_sampleevh.c
- janus_sampleevh_get_version_string() : janus_sampleevh.c
- janus_sampleevh_handle_request() : janus_sampleevh.c
- janus_sampleevh_incoming_event() : janus_sampleevh.c
- janus_sampleevh_init() : janus_sampleevh.c
- JANUS_SAMPLEEVH_NAME : janus_sampleevh.c
- JANUS_SAMPLEEVH_PACKAGE : janus_sampleevh.c
- JANUS_SAMPLEEVH_VERSION : janus_sampleevh.c
- JANUS_SAMPLEEVH_VERSION_STRING : janus_sampleevh.c
- janus_sdp : sdp-utils.h
- janus_sdp_anonymize() : sdp.c, sdp.h
- JANUS_SDP_APPLICATION : sdp-utils.h
- janus_sdp_attribute : sdp-utils.h
- janus_sdp_attribute_add_to_mline() : sdp-utils.c, sdp-utils.h
- janus_sdp_attribute_create() : sdp-utils.c, sdp-utils.h
- janus_sdp_attribute_destroy() : sdp-utils.c, sdp-utils.h
- JANUS_SDP_AUDIO : sdp-utils.h
- JANUS_SDP_DEFAULT : sdp-utils.h
- janus_sdp_destroy() : sdp-utils.c, sdp-utils.h
- janus_sdp_find_first_codecs() : sdp-utils.c, sdp-utils.h
- janus_sdp_find_preferred_codecs() : sdp-utils.c, sdp-utils.h
- janus_sdp_generate_answer() : sdp-utils.c, sdp-utils.h
- janus_sdp_generate_offer() : sdp-utils.h, sdp-utils.c
- janus_sdp_get_codec_name() : sdp-utils.c, sdp-utils.h
- janus_sdp_get_codec_pt() : sdp-utils.c, sdp-utils.h
- janus_sdp_get_codec_pt_full() : sdp-utils.c, sdp-utils.h
- janus_sdp_get_codec_rtpmap() : sdp-utils.c, sdp-utils.h
- janus_sdp_get_fmtp() : sdp-utils.c, sdp-utils.h
- janus_sdp_get_opusred_pt() : sdp-utils.c, sdp-utils.h
- JANUS_SDP_INACTIVE : sdp-utils.h
- JANUS_SDP_INVALID : sdp-utils.h
- janus_sdp_match_preferred_codec() : sdp-utils.h, sdp-utils.c
- janus_sdp_mdirection : sdp-utils.h
- janus_sdp_mdirection_str() : sdp-utils.c, sdp-utils.h
- janus_sdp_mdns_candidate : sdp.c
- janus_sdp_merge() : sdp.c, sdp.h
- janus_sdp_mline : sdp-utils.h
- janus_sdp_mline_create() : sdp-utils.c, sdp-utils.h
- janus_sdp_mline_destroy() : sdp-utils.c, sdp-utils.h
- janus_sdp_mline_find() : sdp-utils.c, sdp-utils.h
- janus_sdp_mline_remove() : sdp-utils.c, sdp-utils.h
- janus_sdp_mtype : sdp-utils.h
- janus_sdp_mtype_str() : sdp-utils.c, sdp-utils.h
- janus_sdp_new() : sdp-utils.c, sdp-utils.h
- JANUS_SDP_OA_ACCEPT_EXTMAP : sdp-utils.h
- JANUS_SDP_OA_ACCEPT_OPUSRED : sdp-utils.h
- JANUS_SDP_OA_AUDIO : sdp-utils.h
- JANUS_SDP_OA_AUDIO_CODEC : sdp-utils.h
- JANUS_SDP_OA_AUDIO_DIRECTION : sdp-utils.h
- JANUS_SDP_OA_AUDIO_DTMF : sdp-utils.h
- JANUS_SDP_OA_AUDIO_EXTENSION : sdp-utils.h
- JANUS_SDP_OA_AUDIO_FMTP : sdp-utils.h
- JANUS_SDP_OA_AUDIO_PT : sdp-utils.h
- JANUS_SDP_OA_DATA : sdp-utils.h
- JANUS_SDP_OA_DATA_LEGACY : sdp-utils.h
- JANUS_SDP_OA_DONE : sdp-utils.h
- JANUS_SDP_OA_H264_PROFILE : sdp-utils.h
- JANUS_SDP_OA_OPUSRED_PT : sdp-utils.h
- janus_sdp_oa_type : sdp-utils.h
- JANUS_SDP_OA_VIDEO : sdp-utils.h
- JANUS_SDP_OA_VIDEO_CODEC : sdp-utils.h
- JANUS_SDP_OA_VIDEO_DIRECTION : sdp-utils.h
- JANUS_SDP_OA_VIDEO_EXTENSION : sdp-utils.h
- JANUS_SDP_OA_VIDEO_FMTP : sdp-utils.h
- JANUS_SDP_OA_VIDEO_PT : sdp-utils.h
- JANUS_SDP_OA_VIDEO_RTCPFB_DEFAULTS : sdp-utils.h
- JANUS_SDP_OA_VP9_PROFILE : sdp-utils.h
- JANUS_SDP_OTHER : sdp-utils.h
- janus_sdp_parse() : sdp-utils.c, sdp-utils.h
- janus_sdp_parse_candidate() : sdp.c, sdp.h
- janus_sdp_parse_mdirection() : sdp-utils.c, sdp-utils.h
- janus_sdp_parse_mtype() : sdp-utils.c, sdp-utils.h
- janus_sdp_parse_ssrc() : sdp.c, sdp.h
- janus_sdp_parse_ssrc_group() : sdp.h, sdp.c
- janus_sdp_preparse() : sdp.c, sdp.h
- janus_sdp_process() : sdp.c, sdp.h
- JANUS_SDP_RECVONLY : sdp-utils.h
- janus_sdp_remove_payload_type() : sdp-utils.c, sdp-utils.h
- JANUS_SDP_SENDONLY : sdp-utils.h
- JANUS_SDP_SENDRECV : sdp-utils.h
- JANUS_SDP_VIDEO : sdp-utils.h
- janus_sdp_write() : sdp-utils.c, sdp-utils.h
- janus_sender_info : rtcp.h
- janus_seq_info : ice.h
- janus_seq_list_free() : ice.h, ice.c
- JANUS_SERVER_NAME : janus.c
- janus_session : janus.h
- janus_session_create() : janus.c, janus.h
- janus_session_destroy() : janus.c, janus.h
- janus_session_find() : janus.c, janus.h
- janus_session_handles_clear() : janus.c, janus.h
- janus_session_handles_find() : janus.c, janus.h
- janus_session_handles_insert() : janus.c, janus.h
- janus_session_handles_list_json() : janus.c, janus.h
- janus_session_handles_remove() : janus.c, janus.h
- janus_session_notify_event() : janus.c, janus.h
- janus_set1() : utils.c, utils.h
- janus_set2() : utils.c, utils.h
- janus_set3() : utils.c, utils.h
- janus_set4() : utils.c, utils.h
- janus_set_dscp() : ice.c, ice.h
- janus_set_min_nack_queue() : ice.c, ice.h
- janus_set_nack_optimizations_enabled() : ice.c, ice.h
- janus_set_no_media_timer() : ice.c, ice.h
- janus_set_slowlink_threshold() : ice.c, ice.h
- janus_set_twcc_period() : ice.c, ice.h
- janus_sip_account : janus_sip.c
- JANUS_SIP_AUTHOR : janus_sip.c
- janus_sip_call_status : janus_sip.c
- janus_sip_call_status_closing : janus_sip.c
- janus_sip_call_status_idle : janus_sip.c
- janus_sip_call_status_incall : janus_sip.c
- janus_sip_call_status_incall_reinvited : janus_sip.c
- janus_sip_call_status_incall_reinviting : janus_sip.c
- janus_sip_call_status_invited : janus_sip.c
- janus_sip_call_status_inviting : janus_sip.c
- janus_sip_create_session() : janus_sip.c
- JANUS_SIP_DESCRIPTION : janus_sip.c
- janus_sip_destroy() : janus_sip.c
- janus_sip_destroy_session() : janus_sip.c
- janus_sip_dtmf : janus_sip.c
- JANUS_SIP_ERROR_ALREADY_REGISTERED : janus_sip.c
- JANUS_SIP_ERROR_HELPER_ERROR : janus_sip.c
- JANUS_SIP_ERROR_INVALID_ADDRESS : janus_sip.c
- JANUS_SIP_ERROR_INVALID_ELEMENT : janus_sip.c
- JANUS_SIP_ERROR_INVALID_JSON : janus_sip.c
- JANUS_SIP_ERROR_INVALID_REQUEST : janus_sip.c
- JANUS_SIP_ERROR_IO_ERROR : janus_sip.c
- JANUS_SIP_ERROR_LIBSOFIA_ERROR : janus_sip.c
- JANUS_SIP_ERROR_MISSING_ELEMENT : janus_sip.c
- JANUS_SIP_ERROR_MISSING_SDP : janus_sip.c
- JANUS_SIP_ERROR_NO_MESSAGE : janus_sip.c
- JANUS_SIP_ERROR_NO_SUCH_CALLID : janus_sip.c
- JANUS_SIP_ERROR_RECORDING_ERROR : janus_sip.c
- JANUS_SIP_ERROR_TOO_STRICT : janus_sip.c
- JANUS_SIP_ERROR_UNKNOWN_ERROR : janus_sip.c
- JANUS_SIP_ERROR_WRONG_STATE : janus_sip.c
- janus_sip_get_api_compatibility() : janus_sip.c
- janus_sip_get_author() : janus_sip.c
- janus_sip_get_description() : janus_sip.c
- janus_sip_get_name() : janus_sip.c
- janus_sip_get_package() : janus_sip.c
- janus_sip_get_version() : janus_sip.c
- janus_sip_get_version_string() : janus_sip.c
- janus_sip_handle_message() : janus_sip.c
- janus_sip_hangup_media() : janus_sip.c
- janus_sip_incoming_rtcp() : janus_sip.c
- janus_sip_incoming_rtp() : janus_sip.c
- janus_sip_init() : janus_sip.c
- janus_sip_media : janus_sip.c
- janus_sip_message : janus_sip.c
- JANUS_SIP_NAME : janus_sip.c
- JANUS_SIP_PACKAGE : janus_sip.c
- janus_sip_query_session() : janus_sip.c
- janus_sip_registration_status : janus_sip.c
- janus_sip_registration_status_disabled : janus_sip.c
- janus_sip_registration_status_failed : janus_sip.c
- janus_sip_registration_status_registered : janus_sip.c
- janus_sip_registration_status_registering : janus_sip.c
- janus_sip_registration_status_unregistered : janus_sip.c
- janus_sip_registration_status_unregistering : janus_sip.c
- janus_sip_save_reason() : janus_sip.c
- janus_sip_sdp_manipulate() : janus_sip.c
- janus_sip_sdp_process() : janus_sip.c
- janus_sip_secret_type : janus_sip.c
- janus_sip_secret_type_hashed : janus_sip.c
- janus_sip_secret_type_plaintext : janus_sip.c
- janus_sip_secret_type_unknown : janus_sip.c
- janus_sip_session : janus_sip.c
- janus_sip_setup_media() : janus_sip.c
- janus_sip_sofia_callback() : janus_sip.c
- janus_sip_sofia_thread() : janus_sip.c
- janus_sip_transfer : janus_sip.c
- JANUS_SIP_URI_MAXLEN : janus_sip.c
- JANUS_SIP_VERSION : janus_sip.c
- JANUS_SIP_VERSION_STRING : janus_sip.c
- JANUS_SRTP_AEAD_AES_128_GCM : rtpsrtp.h
- JANUS_SRTP_AEAD_AES_256_GCM : rtpsrtp.h
- JANUS_SRTP_AES128_CM_SHA1_32 : rtpsrtp.h
- JANUS_SRTP_AES128_CM_SHA1_80 : rtpsrtp.h
- janus_srtp_error_str() : rtp.c, rtpsrtp.h
- janus_srtp_profile : rtpsrtp.h
- janus_strcmp_const_time() : utils.c, utils.h
- JANUS_STREAMING_AUTHOR : janus_streaming.c
- janus_streaming_codecs : janus_streaming.c
- janus_streaming_create_file_source() : janus_streaming.c
- janus_streaming_create_rtp_source() : janus_streaming.c
- janus_streaming_create_rtsp_source() : janus_streaming.c
- janus_streaming_create_session() : janus_streaming.c
- janus_streaming_data_ready() : janus_streaming.c
- JANUS_STREAMING_DEFAULT_CURL_CONNECT_TIMEOUT : janus_streaming.c
- JANUS_STREAMING_DEFAULT_CURL_TIMEOUT : janus_streaming.c
- JANUS_STREAMING_DEFAULT_RECONNECT_DELAY : janus_streaming.c
- JANUS_STREAMING_DEFAULT_SESSION_TIMEOUT : janus_streaming.c
- JANUS_STREAMING_DESCRIPTION : janus_streaming.c
- janus_streaming_destroy() : janus_streaming.c
- janus_streaming_destroy_session() : janus_streaming.c
- JANUS_STREAMING_ERROR_CANT_CREATE : janus_streaming.c
- JANUS_STREAMING_ERROR_CANT_RECORD : janus_streaming.c
- JANUS_STREAMING_ERROR_CANT_SWITCH : janus_streaming.c
- JANUS_STREAMING_ERROR_INVALID_ELEMENT : janus_streaming.c
- JANUS_STREAMING_ERROR_INVALID_JSON : janus_streaming.c
- JANUS_STREAMING_ERROR_INVALID_REQUEST : janus_streaming.c
- JANUS_STREAMING_ERROR_INVALID_SDP : janus_streaming.c
- JANUS_STREAMING_ERROR_INVALID_STATE : janus_streaming.c
- JANUS_STREAMING_ERROR_MISSING_ELEMENT : janus_streaming.c
- JANUS_STREAMING_ERROR_NO_MESSAGE : janus_streaming.c
- JANUS_STREAMING_ERROR_NO_SUCH_MOUNTPOINT : janus_streaming.c
- JANUS_STREAMING_ERROR_UNAUTHORIZED : janus_streaming.c
- JANUS_STREAMING_ERROR_UNKNOWN_ERROR : janus_streaming.c
- janus_streaming_file_source : janus_streaming.c
- janus_streaming_get_api_compatibility() : janus_streaming.c
- janus_streaming_get_author() : janus_streaming.c
- janus_streaming_get_description() : janus_streaming.c
- janus_streaming_get_name() : janus_streaming.c
- janus_streaming_get_package() : janus_streaming.c
- janus_streaming_get_version() : janus_streaming.c
- janus_streaming_get_version_string() : janus_streaming.c
- janus_streaming_handle_admin_message() : janus_streaming.c
- janus_streaming_handle_message() : janus_streaming.c
- janus_streaming_hangup_media() : janus_streaming.c
- janus_streaming_helper : janus_streaming.c
- janus_streaming_incoming_rtcp() : janus_streaming.c
- janus_streaming_incoming_rtp() : janus_streaming.c
- janus_streaming_init() : janus_streaming.c
- janus_streaming_message : janus_streaming.c
- janus_streaming_mountpoint : janus_streaming.c
- JANUS_STREAMING_NAME : janus_streaming.c
- JANUS_STREAMING_PACKAGE : janus_streaming.c
- janus_streaming_query_session() : janus_streaming.c
- janus_streaming_rtp_keyframe : janus_streaming.c
- janus_streaming_rtp_relay_packet : janus_streaming.c
- janus_streaming_rtp_source : janus_streaming.c
- janus_streaming_session : janus_streaming.c
- janus_streaming_setup_media() : janus_streaming.c
- janus_streaming_source : janus_streaming.c
- janus_streaming_source_file : janus_streaming.c
- janus_streaming_source_none : janus_streaming.c
- janus_streaming_source_rtp : janus_streaming.c
- janus_streaming_type : janus_streaming.c
- janus_streaming_type_live : janus_streaming.c
- janus_streaming_type_none : janus_streaming.c
- janus_streaming_type_on_demand : janus_streaming.c
- JANUS_STREAMING_VERSION : janus_streaming.c
- JANUS_STREAMING_VERSION_STRING : janus_streaming.c
- janus_string_replace() : utils.c, utils.h
- janus_string_to_uint16() : utils.c, utils.h
- janus_string_to_uint32() : utils.h, utils.c
- janus_string_to_uint8() : utils.c, utils.h
- janus_strlcat() : utils.c, utils.h
- janus_strlcat_fast() : utils.c, utils.h
- janus_text2pcap : text2pcap.h
- janus_text2pcap_close() : text2pcap.c, text2pcap.h
- janus_text2pcap_create() : text2pcap.c, text2pcap.h
- JANUS_TEXT2PCAP_DATA : text2pcap.h
- janus_text2pcap_dump() : text2pcap.c, text2pcap.h
- janus_text2pcap_ethernet_header : text2pcap.c
- janus_text2pcap_free() : text2pcap.c, text2pcap.h
- janus_text2pcap_global_header : text2pcap.c
- janus_text2pcap_ip_header : text2pcap.c
- janus_text2pcap_packet : text2pcap.h
- janus_text2pcap_packet_header : text2pcap.c
- janus_text2pcap_packet_string() : text2pcap.c, text2pcap.h
- JANUS_TEXT2PCAP_RTCP : text2pcap.h
- JANUS_TEXT2PCAP_RTP : text2pcap.h
- janus_text2pcap_udp_header : text2pcap.c
- JANUS_TEXTROOM_AUTHOR : janus_textroom.c
- janus_textroom_create_session() : janus_textroom.c
- janus_textroom_data_ready() : janus_textroom.c
- JANUS_TEXTROOM_DESCRIPTION : janus_textroom.c
- janus_textroom_destroy() : janus_textroom.c
- janus_textroom_destroy_session() : janus_textroom.c
- JANUS_TEXTROOM_ERROR_ALREADY_IN_ROOM : janus_textroom.c
- JANUS_TEXTROOM_ERROR_ALREADY_SETUP : janus_textroom.c
- JANUS_TEXTROOM_ERROR_INVALID_ELEMENT : janus_textroom.c
- JANUS_TEXTROOM_ERROR_INVALID_JSON : janus_textroom.c
- JANUS_TEXTROOM_ERROR_INVALID_REQUEST : janus_textroom.c
- JANUS_TEXTROOM_ERROR_MISSING_ELEMENT : janus_textroom.c
- JANUS_TEXTROOM_ERROR_NO_MESSAGE : janus_textroom.c
- JANUS_TEXTROOM_ERROR_NO_SUCH_ROOM : janus_textroom.c
- JANUS_TEXTROOM_ERROR_NO_SUCH_USER : janus_textroom.c
- JANUS_TEXTROOM_ERROR_NOT_IN_ROOM : janus_textroom.c
- JANUS_TEXTROOM_ERROR_ROOM_EXISTS : janus_textroom.c
- JANUS_TEXTROOM_ERROR_UNAUTHORIZED : janus_textroom.c
- JANUS_TEXTROOM_ERROR_UNKNOWN_ERROR : janus_textroom.c
- JANUS_TEXTROOM_ERROR_USERNAME_EXISTS : janus_textroom.c
- janus_textroom_get_api_compatibility() : janus_textroom.c
- janus_textroom_get_author() : janus_textroom.c
- janus_textroom_get_description() : janus_textroom.c
- janus_textroom_get_name() : janus_textroom.c
- janus_textroom_get_package() : janus_textroom.c
- janus_textroom_get_version() : janus_textroom.c
- janus_textroom_get_version_string() : janus_textroom.c
- janus_textroom_handle_admin_message() : janus_textroom.c
- janus_textroom_handle_incoming_request() : janus_textroom.c
- janus_textroom_handle_message() : janus_textroom.c
- janus_textroom_hangup_media() : janus_textroom.c
- janus_textroom_incoming_data() : janus_textroom.c
- janus_textroom_incoming_rtcp() : janus_textroom.c
- janus_textroom_incoming_rtp() : janus_textroom.c
- janus_textroom_init() : janus_textroom.c
- janus_textroom_message : janus_textroom.c
- JANUS_TEXTROOM_NAME : janus_textroom.c
- JANUS_TEXTROOM_PACKAGE : janus_textroom.c
- janus_textroom_participant : janus_textroom.c
- janus_textroom_query_session() : janus_textroom.c
- janus_textroom_room : janus_textroom.c
- janus_textroom_session : janus_textroom.c
- janus_textroom_setup_media() : janus_textroom.c
- janus_textroom_slow_link() : janus_textroom.c
- JANUS_TEXTROOM_VERSION : janus_textroom.c
- JANUS_TEXTROOM_VERSION_STRING : janus_textroom.c
- janus_transport : transport.h
- JANUS_TRANSPORT_API_VERSION : transport.h
- janus_transport_callbacks : transport.h
- janus_transport_close() : janus.c, janus.h
- janus_transport_gone() : janus.c
- janus_transport_incoming_request() : janus.c
- JANUS_TRANSPORT_INIT : transport.h
- janus_transport_is_api_secret_needed() : janus.c
- janus_transport_is_api_secret_valid() : janus.c
- janus_transport_is_auth_token_needed() : janus.c
- janus_transport_is_auth_token_valid() : janus.c
- janus_transport_notify_event() : janus.c
- janus_transport_session : transport.h
- janus_transport_session_create() : transport.c, transport.h
- janus_transport_session_destroy() : transport.c, transport.h
- janus_transport_task() : janus.c
- janus_transportso_close() : janus.c, janus.h
- janus_uint64_dup() : utils.c, utils.h
- janus_uint64_hash() : utils.c, utils.h
- JANUS_USE_OPENSSL_PRE_1_1_API : dtls-bio.h
- JANUS_VALIDATE_JSON_OBJECT : utils.h
- JANUS_VALIDATE_JSON_OBJECT_FORMAT : utils.h
- janus_version : version.c, version.h
- janus_version_string : version.h, version.c
- janus_video_codecs : sdp-utils.c
- JANUS_VIDEOCALL_AUTHOR : janus_videocall.c
- janus_videocall_create_session() : janus_videocall.c
- janus_videocall_data_ready() : janus_videocall.c
- JANUS_VIDEOCALL_DESCRIPTION : janus_videocall.c
- janus_videocall_destroy() : janus_videocall.c
- janus_videocall_destroy_session() : janus_videocall.c
- JANUS_VIDEOCALL_ERROR_ALREADY_IN_CALL : janus_videocall.c
- JANUS_VIDEOCALL_ERROR_ALREADY_REGISTERED : janus_videocall.c
- JANUS_VIDEOCALL_ERROR_INVALID_ELEMENT : janus_videocall.c
- JANUS_VIDEOCALL_ERROR_INVALID_JSON : janus_videocall.c
- JANUS_VIDEOCALL_ERROR_INVALID_REQUEST : janus_videocall.c
- JANUS_VIDEOCALL_ERROR_INVALID_SDP : janus_videocall.c
- JANUS_VIDEOCALL_ERROR_MISSING_ELEMENT : janus_videocall.c
- JANUS_VIDEOCALL_ERROR_MISSING_SDP : janus_videocall.c
- JANUS_VIDEOCALL_ERROR_NO_CALL : janus_videocall.c
- JANUS_VIDEOCALL_ERROR_NO_MESSAGE : janus_videocall.c
- JANUS_VIDEOCALL_ERROR_NO_SUCH_USERNAME : janus_videocall.c
- JANUS_VIDEOCALL_ERROR_REGISTER_FIRST : janus_videocall.c
- JANUS_VIDEOCALL_ERROR_UNKNOWN_ERROR : janus_videocall.c
- JANUS_VIDEOCALL_ERROR_USE_ECHO_TEST : janus_videocall.c
- JANUS_VIDEOCALL_ERROR_USERNAME_TAKEN : janus_videocall.c
- janus_videocall_get_api_compatibility() : janus_videocall.c
- janus_videocall_get_author() : janus_videocall.c
- janus_videocall_get_description() : janus_videocall.c
- janus_videocall_get_name() : janus_videocall.c
- janus_videocall_get_package() : janus_videocall.c
- janus_videocall_get_version() : janus_videocall.c
- janus_videocall_get_version_string() : janus_videocall.c
- janus_videocall_handle_message() : janus_videocall.c
- janus_videocall_hangup_media() : janus_videocall.c
- janus_videocall_incoming_data() : janus_videocall.c
- janus_videocall_incoming_rtcp() : janus_videocall.c
- janus_videocall_incoming_rtp() : janus_videocall.c
- janus_videocall_init() : janus_videocall.c
- janus_videocall_message : janus_videocall.c
- JANUS_VIDEOCALL_NAME : janus_videocall.c
- JANUS_VIDEOCALL_PACKAGE : janus_videocall.c
- janus_videocall_query_session() : janus_videocall.c
- janus_videocall_session : janus_videocall.c
- janus_videocall_setup_media() : janus_videocall.c
- janus_videocall_slow_link() : janus_videocall.c
- JANUS_VIDEOCALL_VERSION : janus_videocall.c
- JANUS_VIDEOCALL_VERSION_STRING : janus_videocall.c
- janus_videocodec : rtp.h
- JANUS_VIDEOCODEC_AV1 : rtp.h
- janus_videocodec_from_name() : rtp.c, rtp.h
- JANUS_VIDEOCODEC_H264 : rtp.h
- JANUS_VIDEOCODEC_H265 : rtp.h
- janus_videocodec_name() : rtp.h, rtp.c
- JANUS_VIDEOCODEC_NONE : rtp.h
- janus_videocodec_pt() : rtp.c, rtp.h
- JANUS_VIDEOCODEC_VP8 : rtp.h
- JANUS_VIDEOCODEC_VP9 : rtp.h
- janus_videoroom : janus_videoroom.c
- JANUS_VIDEOROOM_AUTHOR : janus_videoroom.c
- janus_videoroom_create_session() : janus_videoroom.c
- janus_videoroom_data_ready() : janus_videoroom.c
- JANUS_VIDEOROOM_DESCRIPTION : janus_videoroom.c
- janus_videoroom_destroy() : janus_videoroom.c
- janus_videoroom_destroy_session() : janus_videoroom.c
- JANUS_VIDEOROOM_ERROR_ALREADY_JOINED : janus_videoroom.c
- JANUS_VIDEOROOM_ERROR_ALREADY_PUBLISHED : janus_videoroom.c
- JANUS_VIDEOROOM_ERROR_ID_EXISTS : janus_videoroom.c
- JANUS_VIDEOROOM_ERROR_INVALID_ELEMENT : janus_videoroom.c
- JANUS_VIDEOROOM_ERROR_INVALID_JSON : janus_videoroom.c
- JANUS_VIDEOROOM_ERROR_INVALID_REQUEST : janus_videoroom.c
- JANUS_VIDEOROOM_ERROR_INVALID_SDP : janus_videoroom.c
- JANUS_VIDEOROOM_ERROR_INVALID_SDP_TYPE : janus_videoroom.c
- JANUS_VIDEOROOM_ERROR_JOIN_FIRST : janus_videoroom.c
- JANUS_VIDEOROOM_ERROR_MISSING_ELEMENT : janus_videoroom.c
- JANUS_VIDEOROOM_ERROR_NO_MESSAGE : janus_videoroom.c
- JANUS_VIDEOROOM_ERROR_NO_SUCH_FEED : janus_videoroom.c
- JANUS_VIDEOROOM_ERROR_NO_SUCH_ROOM : janus_videoroom.c
- JANUS_VIDEOROOM_ERROR_NOT_PUBLISHED : janus_videoroom.c
- JANUS_VIDEOROOM_ERROR_PUBLISHERS_FULL : janus_videoroom.c
- JANUS_VIDEOROOM_ERROR_ROOM_EXISTS : janus_videoroom.c
- JANUS_VIDEOROOM_ERROR_UNAUTHORIZED : janus_videoroom.c
- JANUS_VIDEOROOM_ERROR_UNKNOWN_ERROR : janus_videoroom.c
- janus_videoroom_get_api_compatibility() : janus_videoroom.c
- janus_videoroom_get_author() : janus_videoroom.c
- janus_videoroom_get_description() : janus_videoroom.c
- janus_videoroom_get_name() : janus_videoroom.c
- janus_videoroom_get_package() : janus_videoroom.c
- janus_videoroom_get_version() : janus_videoroom.c
- janus_videoroom_get_version_string() : janus_videoroom.c
- janus_videoroom_handle_admin_message() : janus_videoroom.c
- janus_videoroom_handle_message() : janus_videoroom.c
- janus_videoroom_hangup_media() : janus_videoroom.c
- janus_videoroom_incoming_data() : janus_videoroom.c
- janus_videoroom_incoming_rtcp() : janus_videoroom.c
- janus_videoroom_incoming_rtp() : janus_videoroom.c
- janus_videoroom_init() : janus_videoroom.c
- janus_videoroom_message : janus_videoroom.c
- JANUS_VIDEOROOM_NAME : janus_videoroom.c
- janus_videoroom_p_type : janus_videoroom.c
- janus_videoroom_p_type_none : janus_videoroom.c
- janus_videoroom_p_type_publisher : janus_videoroom.c
- janus_videoroom_p_type_subscriber : janus_videoroom.c
- JANUS_VIDEOROOM_PACKAGE : janus_videoroom.c
- janus_videoroom_publisher : janus_videoroom.c
- janus_videoroom_query_session() : janus_videoroom.c
- janus_videoroom_rtcp_receiver : janus_videoroom.c
- janus_videoroom_rtp_forwarder : janus_videoroom.c
- janus_videoroom_rtp_relay_packet : janus_videoroom.c
- janus_videoroom_session : janus_videoroom.c
- janus_videoroom_setup_media() : janus_videoroom.c
- janus_videoroom_slow_link() : janus_videoroom.c
- janus_videoroom_srtp_context : janus_videoroom.c
- janus_videoroom_subscriber : janus_videoroom.c
- JANUS_VIDEOROOM_VERSION : janus_videoroom.c
- JANUS_VIDEOROOM_VERSION_STRING : janus_videoroom.c
- JANUS_VOICEMAIL_AUTHOR : janus_voicemail.c
- janus_voicemail_create_session() : janus_voicemail.c
- JANUS_VOICEMAIL_DESCRIPTION : janus_voicemail.c
- janus_voicemail_destroy() : janus_voicemail.c
- janus_voicemail_destroy_session() : janus_voicemail.c
- JANUS_VOICEMAIL_ERROR_ALREADY_RECORDING : janus_voicemail.c
- JANUS_VOICEMAIL_ERROR_INVALID_ELEMENT : janus_voicemail.c
- JANUS_VOICEMAIL_ERROR_INVALID_JSON : janus_voicemail.c
- JANUS_VOICEMAIL_ERROR_INVALID_REQUEST : janus_voicemail.c
- JANUS_VOICEMAIL_ERROR_INVALID_STATE : janus_voicemail.c
- JANUS_VOICEMAIL_ERROR_IO_ERROR : janus_voicemail.c
- JANUS_VOICEMAIL_ERROR_LIBOGG_ERROR : janus_voicemail.c
- JANUS_VOICEMAIL_ERROR_MISSING_ELEMENT : janus_voicemail.c
- JANUS_VOICEMAIL_ERROR_NO_MESSAGE : janus_voicemail.c
- JANUS_VOICEMAIL_ERROR_UNKNOWN_ERROR : janus_voicemail.c
- janus_voicemail_get_api_compatibility() : janus_voicemail.c
- janus_voicemail_get_author() : janus_voicemail.c
- janus_voicemail_get_description() : janus_voicemail.c
- janus_voicemail_get_name() : janus_voicemail.c
- janus_voicemail_get_package() : janus_voicemail.c
- janus_voicemail_get_version() : janus_voicemail.c
- janus_voicemail_get_version_string() : janus_voicemail.c
- janus_voicemail_handle_message() : janus_voicemail.c
- janus_voicemail_hangup_media() : janus_voicemail.c
- janus_voicemail_incoming_rtcp() : janus_voicemail.c
- janus_voicemail_incoming_rtp() : janus_voicemail.c
- janus_voicemail_init() : janus_voicemail.c
- janus_voicemail_message : janus_voicemail.c
- JANUS_VOICEMAIL_NAME : janus_voicemail.c
- JANUS_VOICEMAIL_PACKAGE : janus_voicemail.c
- janus_voicemail_query_session() : janus_voicemail.c
- janus_voicemail_session : janus_voicemail.c
- janus_voicemail_setup_media() : janus_voicemail.c
- JANUS_VOICEMAIL_VERSION : janus_voicemail.c
- JANUS_VOICEMAIL_VERSION_STRING : janus_voicemail.c
- janus_vp8_is_keyframe() : utils.h, utils.c
- janus_vp8_parse_descriptor() : utils.c, utils.h
- janus_vp8_simulcast_context : utils.h
- janus_vp8_simulcast_context_reset() : utils.c, utils.h
- janus_vp8_simulcast_descriptor_update() : utils.c, utils.h
- janus_vp9_is_keyframe() : utils.c, utils.h
- janus_vp9_parse_svc() : utils.c, utils.h
- janus_vp9_svc_info : utils.h
- janus_vprintf() : log.c, log.h
- JANUS_WEBSOCKETS_AUTHOR : janus_websockets.c
- janus_websockets_client : janus_websockets.c
- JANUS_WEBSOCKETS_DESCRIPTION : janus_websockets.c
- janus_websockets_destroy() : janus_websockets.c
- JANUS_WEBSOCKETS_ERROR_INVALID_ELEMENT : janus_websockets.c
- JANUS_WEBSOCKETS_ERROR_INVALID_REQUEST : janus_websockets.c
- JANUS_WEBSOCKETS_ERROR_MISSING_ELEMENT : janus_websockets.c
- JANUS_WEBSOCKETS_ERROR_UNKNOWN_ERROR : janus_websockets.c
- janus_websockets_get_api_compatibility() : janus_websockets.c
- janus_websockets_get_author() : janus_websockets.c
- janus_websockets_get_description() : janus_websockets.c
- janus_websockets_get_name() : janus_websockets.c
- janus_websockets_get_package() : janus_websockets.c
- janus_websockets_get_version() : janus_websockets.c
- janus_websockets_get_version_string() : janus_websockets.c
- janus_websockets_init() : janus_websockets.c
- janus_websockets_is_admin_api_enabled() : janus_websockets.c
- janus_websockets_is_janus_api_enabled() : janus_websockets.c
- JANUS_WEBSOCKETS_NAME : janus_websockets.c
- JANUS_WEBSOCKETS_PACKAGE : janus_websockets.c
- janus_websockets_query_transport() : janus_websockets.c
- janus_websockets_send_message() : janus_websockets.c
- janus_websockets_session_claimed() : janus_websockets.c
- janus_websockets_session_created() : janus_websockets.c
- janus_websockets_session_over() : janus_websockets.c
- janus_websockets_thread() : janus_websockets.c
- JANUS_WEBSOCKETS_VERSION : janus_websockets.c
- JANUS_WEBSOCKETS_VERSION_STRING : janus_websockets.c
- JANUS_WSEVH_AUTHOR : janus_wsevh.c
- janus_wsevh_client : janus_wsevh.c
- JANUS_WSEVH_DESCRIPTION : janus_wsevh.c
- janus_wsevh_destroy() : janus_wsevh.c
- JANUS_WSEVH_ERROR_INVALID_ELEMENT : janus_wsevh.c
- JANUS_WSEVH_ERROR_INVALID_REQUEST : janus_wsevh.c
- JANUS_WSEVH_ERROR_MISSING_ELEMENT : janus_wsevh.c
- JANUS_WSEVH_ERROR_UNKNOWN_ERROR : janus_wsevh.c
- janus_wsevh_get_api_compatibility() : janus_wsevh.c
- janus_wsevh_get_author() : janus_wsevh.c
- janus_wsevh_get_description() : janus_wsevh.c
- janus_wsevh_get_name() : janus_wsevh.c
- janus_wsevh_get_package() : janus_wsevh.c
- janus_wsevh_get_version() : janus_wsevh.c
- janus_wsevh_get_version_string() : janus_wsevh.c
- janus_wsevh_handle_request() : janus_wsevh.c
- janus_wsevh_incoming_event() : janus_wsevh.c
- janus_wsevh_init() : janus_wsevh.c
- JANUS_WSEVH_MAX_RETRY_SECS : janus_wsevh.c
- JANUS_WSEVH_NAME : janus_wsevh.c
- JANUS_WSEVH_PACKAGE : janus_wsevh.c
- JANUS_WSEVH_VERSION : janus_wsevh.c
- JANUS_WSEVH_VERSION_STRING : janus_wsevh.c
- JITTER_BUFFER_CHECK_USECS : janus_audiobridge.c
- JITTER_BUFFER_MAX_PACKETS : janus_audiobridge.c
- JITTER_BUFFER_MIN_PACKETS : janus_audiobridge.c
- json_t : plugin.h