TVOCallDelegate Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | TVOCallDelegate.h |
Required Methods
– callDidConnect:
required method
– call:didFailToConnectWithError:
required method
– call:didDisconnectWithError:
required method
Notifies the delegate that a Call has disconnected.
- (void)call:(nonnull TVOCall *)call didDisconnectWithError:(nullable NSError *)errorParameters
call |
The |
|---|---|
error |
An |
See Also
Declared In
TVOCallDelegate.h
Optional Methods
– callDidStartRinging:
Notifies the delegate that the called party is being alerted of a Call.
- (void)callDidStartRinging:(nonnull TVOCall *)callParameters
call |
The |
|---|
Discussion
This callback is invoked once before the [TVOCallDelegate callDidConnect:] callback. If
the answerOnBridge is true this represents the callee is being alerted of a Call.
See Also
Declared In
TVOCallDelegate.h