|
SIP Endpoint SDK for OS X
|
#import <DefaultServices.h>
Properties | |
| id< GSEndpoint > | endpoint |
Properties inherited from GSSipAbstractionObject | |
| id< GSLogger > | logger |
| NSMutableDictionary * | configuration |
| GSepCore * | epCore |
Default session service
Definition at line 16 of file DefaultServices.h.
| - (GSDefaultSessionService*) initWithEndpoint: | (id< GSEndpoint >) | theEndpoint | |
| logger: | (id< GSLogger >) | theLogger | |
| core: | (GSepCore *) | theCore | |
Initiate default session service.
| endpoint | the endpoint object |
| theLogger | the logger to be used for the endpoint operation |
|
readwritenonatomicassign |
Get endpoint object.
Definition at line 17 of file DefaultServices.h.