Liblinphone
3.10.2
|
Data Fields | |
belle_sip_object_t | base |
void * | user_data |
struct _LinphoneCore * | core |
SalErrorInfo | non_op_error |
int | af |
LinphoneCallDir | dir |
SalMediaDescription * | biggestdesc |
SalMediaDescription * | localdesc |
SalMediaDescription * | resultdesc |
struct _RtpProfile * | audio_profile |
struct _RtpProfile * | video_profile |
struct _RtpProfile * | text_profile |
struct _RtpProfile * | rtp_io_audio_profile |
struct _RtpProfile * | rtp_io_video_profile |
struct _LinphoneCallLog * | log |
LinphoneAddress * | me |
SalOp * | op |
SalOp * | ping_op |
char | media_localip [64] |
LinphoneCallState | state |
LinphoneCallState | prevstate |
LinphoneCallState | transfer_state |
LinphoneProxyConfig * | dest_proxy |
int | main_audio_stream_index |
int | main_video_stream_index |
int | main_text_stream_index |
PortConfig | media_ports [SAL_MEDIA_DESCRIPTION_MAX_STREAMS] |
MSMediaStreamSessions | sessions [SAL_MEDIA_DESCRIPTION_MAX_STREAMS] |
StunCandidate | ac |
StunCandidate | vc |
StunCandidate | tc |
struct _AudioStream * | audiostream |
struct _VideoStream * | videostream |
struct _TextStream * | textstream |
void * | video_window_id |
MSAudioEndpoint * | endpoint |
char * | refer_to |
LinphoneCallParams * | params |
LinphoneCallParams * | current_params |
LinphoneCallParams * | remote_params |
int | up_bw |
int | audio_bw |
OrtpEvQueue * | audiostream_app_evq |
char * | auth_token |
OrtpEvQueue * | videostream_app_evq |
OrtpEvQueue * | textstream_app_evq |
CallCallbackObj | nextVideoFrameDecoded |
LinphoneCallStats | stats [3] |
IceSession * | ice_session |
int | ping_time |
unsigned int | remote_session_id |
unsigned int | remote_session_ver |
LinphoneCall * | referer |
LinphoneCall * | transfer_target |
int | localdesc_changed |
LinphonePlayer * | player |
unsigned long | bg_task_id |
unsigned int | nb_media_starts |
char * | dtmf_sequence |
belle_sip_source_t * | dtmfs_timer |
char * | dtls_certificate_fingerprint |
char * | onhold_file |
LinphoneChatRoom * | chat_room |
LinphoneConference * | conf_ref |
bool_t | refer_pending |
bool_t | expect_media_in_ack |
bool_t | audio_muted |
bool_t | camera_enabled |
bool_t | all_muted |
bool_t | playing_ringbacktone |
bool_t | ringing_beep |
bool_t | auth_token_verified |
bool_t | defer_update |
bool_t | was_automatically_paused |
bool_t | ping_replied |
bool_t | record_active |
bool_t | paused_by_app |
bool_t | broken |
bool_t | defer_notify_incoming |
> This fingerprint is computed during stream init and is stored in call to be used when making local media description
bool_t _LinphoneCall::refer_pending |
> Point on the associated conference if this call is part of a conference. NULL instead.