Sip Endpoint SDK for Apple OS
|
#import <GSConnectionNotificationDelegate.h>
Public Member Functions | |
(void) | - connection:stateDidChangeWithInfo: |
This delegate is used to receive connection state change notifications
Definition at line 24 of file GSConnectionNotificationDelegate.h.
- (void) connection: | (id< GSConnection >) | connection | |
stateDidChangeWithInfo: | (NSDictionary *) | info | |
[required] |
Called when the state of a connection has been changed.
connection | the connection which has had a state change |
info | a dictionary containing relevant information about the state change (reason, sip code, etc.) |