|
Sip Endpoint SDK for Apple OS
|
#import <GSEndpointFactory.h>
Static Public Member Functions | |
| (id< GSEndpoint >) | + sipEndpoint |
| (id< GSEndpoint >) | + sipEndpointWithLogger: |
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 8 of file GSEndpointFactory.h.
| + (id<GSEndpoint>) sipEndpoint |
Should be used to create an instance of the sip endpoint.
| + (id<GSEndpoint>) sipEndpointWithLogger: | (id< GSLogger >) | logger |
Same as sipEndpoint with the added ability to provide a custom logger to be used by the framework.
| logger | an object implementing the GSLogger protocol which will be used to log all messages. |