Media/WebRTC/SIPCCMessaging: Difference between revisions

Jump to navigation Jump to search
Line 22: Line 22:




* Add the new <code>CCAPI_*</code> wrapper to <code>media/webrtc/signaling/src/sipcc/include/ccapi_call.h</code>
* Add the new <code>CCAPI_*</code> wrapper to: <code>media/webrtc/signaling/src/sipcc/include/ccapi_call.h</code>


   cc_return_t CCAPI_SetPeerConnection(cc_call_handle_t handle, cc_peerconnection_t pc);
   cc_return_t CCAPI_SetPeerConnection(cc_call_handle_t handle, cc_peerconnection_t pc);




* The implementation goes in <code>media/webrtc/signaling/src/sipcc/core/ccapp/ccappi_call.c</code>. In this case this is a wrapper around a feature set:
* The implementation goes in: <code>media/webrtc/signaling/src/sipcc/core/ccapp/ccapi_call.c</code>. In this case this is a wrapper around a feature set:


   cc_return_t CCAPI_SetPeerConnection(cc_call_handle_t handle, cc_peerconnection_t pc) {
   cc_return_t CCAPI_SetPeerConnection(cc_call_handle_t handle, cc_peerconnection_t pc) {
Confirmed users
69

edits

Navigation menu