Changes between Version 1 and Version 2 of pjsip-doc/call
- Timestamp:
- Dec 4, 2013 3:46:07 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pjsip-doc/call
v1 v2 8 8 Subclassing the Call Class 9 9 ------------------------------------ 10 To use the Call class, application MUSTcreate its own subclass, such as::10 To use the Call class, normally application SHOULD create its own subclass, such as:: 11 11 12 12 class MyCall : public Call