<CJGuestServerConfiguraionCallDelegate> Protocol Reference

An object implementing this potocol is passed to CJGuestServerConfiguraionCallDelegate. More...

#import <CJGuestCall.h>

Inherits <NSObject>.

Inherited by CJGuestCallViewController().

Instance Methods

(void) - serverConfiguraionDidRetriveWithScheduledCallInfo:
 This is called to indicate the server configuration is retrieved. More...
 
(void) - scheduledCallDidExecute
 This is called when the scheduled automatic-start call is executed.
 

Detailed Description

An object implementing this potocol is passed to CJGuestServerConfiguraionCallDelegate.

The delegate should call one of the methods to indicate the configuration is ready for use. The delegate will also get the information of automatic-start call.

Method Documentation

- (void) serverConfiguraionDidRetriveWithScheduledCallInfo: (NSInteger)  secs
optional

This is called to indicate the server configuration is retrieved.

Parameters
secsThe time of the scheduled automatic-start call in seconds. If secs is smaller than 0, there is no call scheduled.