Media/WebRTC/Architecture: Difference between revisions

Line 93: Line 93:


Internally, <tt>cprSendMessage()</tt> is a write to a unix domain socket, and the receiving thread
Internally, <tt>cprSendMessage()</tt> is a write to a unix domain socket, and the receiving thread
needs to loop around <code>cprGetMessage()</tt>, as in <tt>ccap_task.c</tt>:
needs to loop around <tt>cprGetMessage()</tt>, as in <tt>ccap_task.c</tt>:


     /**
     /**
Line 135: Line 135:
       }
       }
   }
   }
==== Interoperating between SIPCC Threads and nsThreads ====


=== Important threads ===
=== Important threads ===
Confirmed users
214

edits