Asterisk - The Open Source Telephony Project GIT-master-27fb039
Loading...
Searching...
No Matches
Data Fields
sip_session_media_bundle_group Struct Reference

Bundle group building structure. More...

Collaboration diagram for sip_session_media_bundle_group:
Collaboration graph
[legend]

Data Fields

struct ast_strattr_string
 SDP attribute string.
 
char * mids [PJMEDIA_MAX_SDP_MEDIA]
 The media identifiers in this bundle group.
 

Detailed Description

Bundle group building structure.

Definition at line 5099 of file res_pjsip_session.c.

Field Documentation

◆ attr_string

struct ast_str* attr_string

SDP attribute string.

Definition at line 5103 of file res_pjsip_session.c.

◆ mids

char* mids[PJMEDIA_MAX_SDP_MEDIA]

The media identifiers in this bundle group.

Definition at line 5101 of file res_pjsip_session.c.

Referenced by add_bundle_groups().


The documentation for this struct was generated from the following file: