Confirmed users
69
edits
| Line 33: | Line 33: | ||
} | } | ||
* We need a new feature name. Set it up in <code>media/webrtc/signaling/src/sipcc/core/includes/ccapi.h</code> in <code>group_cc_feature_t</code>. Also add it to the list in <code>media/webrtc/signaling/src/sipcc/core/includes/ | * We need a new feature name. Set it up in: <code>media/webrtc/signaling/src/sipcc/core/includes/ccapi.h</code> in <code>group_cc_feature_t</code>. | ||
CC_FEATURE_SETPEERCONNECTION | |||
* Also add it to the list in: <code>media/webrtc/signaling/src/sipcc/core/includes/ccapi.h</code> in <code>cc_feature_names[]</code> | |||
"SETPEERCONNECTION", | |||
* Implement the feature send which is a wrapper around a CPR send. The declaration goes in | * Implement the feature send which is a wrapper around a CPR send. The declaration goes in | ||