TVOCallDelegate Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | TVOCallDelegate.h |
Overview
Objects that adopt the TVOCallDelegate protocol will be informed of the
lifecycle events of calls.
Required Methods
– callDidConnect:
required method
– callDidDisconnect:
required method
– call:didFailWithError:
required method
Notifies the delegate that a call has encountered an error.
- (void)call:(nonnull TVOCall *)call didFailWithError:(nonnull NSError *)errorParameters
call |
The |
|---|---|
error |
The |
Discussion
Notifies the delegate that a call has encountered an error.
See Also
Declared In
TVOCallDelegate.h