TVOCallDelegate Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | TVOCallDelegate.h |
Overview
Objects can conform to the TVOCallDelegate protocol to be informed of the lifecycle events of a TVOCall.
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 |
Indicates why the disconnect occurred. |
Discussion
If the disconnection was unexpected then a Non-null NSError will be present.
See Also
Declared In
TVOCallDelegate.h