Sip Endpoint SDK for Apple OS
|
00001 // 00002 // GSConnectionDelegate.h 00003 // SipEndpoint 00004 // 00005 // Created by Vlad Baranovsky on 6/26/11. 00006 // Copyright 2011 Genesys Labs. All rights reserved. 00007 // 00008 00009 #import <Foundation/Foundation.h> 00010 00014 const static NSString* responseReasonKeyName = @"responseReason"; 00015 00019 const static NSString* responseCodeKeyName = @"responseCode"; 00020 00024 @protocol GSConnectionNotificationDelegate <NSObject> 00025 @required 00032 - (void) connection:(id<GSConnection>)connection stateDidChangeWithInfo:(NSDictionary *)info; 00033 00034 @end