@protocol StringeeIncomingCallDelegate <NSObject>
Used to monitor having an incoming call.
Invoked when the client receives an incoming call: - stringeeClient: The StringeeClient instance. - stringeeCall: The StringeeCall instance.
- (void)incomingCallWithStringeeClient:(StringeeClient *)stringeeClient stringeeCall:(StringeeCall *)stringeeCall;