SIP Endpoint SDK for OS X
|
#import <GSEndpointFactory.h>
Static Public Member Functions | |
(id< GSEndpoint >) | + initSipEndpoint: |
(id< GSEndpoint >) | + initSipEndpoint:logger: |
This class is used to create an instance of a sip endpoint. Note that in the current implementation the sip endpoint is a singleton.
Definition at line 18 of file GSEndpointFactory.h.
+ (id<GSEndpoint>) initSipEndpoint: | (NSData *) | configData |
Should be used to create an instance of the sip endpoint with built-in logger.
configData | with sip endpoint configuration taken from .config file. |
+ (id<GSEndpoint>) initSipEndpoint: | (NSData *) | configData | |
logger: | (id< GSLogger >) | logger | |
Should be used to create an instance of the sip endpoint with external logger.
configData | holds sip endpoint configuration taken from .config file. |
logger | an object implementing the GSLogger protocol which will be used to log all messages. |