Changes between Version 1 and Version 2 of pjsip-doc/call


Ignore:
Timestamp:
Dec 4, 2013 3:46:07 AM (10 years ago)
Author:
ming
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pjsip-doc/call

    v1 v2  
    88Subclassing the Call Class 
    99------------------------------------ 
    10 To use the Call class, application MUST create its own subclass, such as:: 
     10To use the Call class, normally application SHOULD create its own subclass, such as:: 
    1111 
    1212    class MyCall : public Call