TVOCancelledCallInvite Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | TVOCancelledCallInvite.h |
Overview
The TVOCancelledCallInvite object represents a cancelled incoming Call Invite. TVOCancelledCallInvites are not created directly;
they are returned by the [TVONotificationDelegate cancelledCallInviteReceived:] delegate method.
Properties
from
From value of the Call Invite.
@property (nonatomic, copy, readonly, nonnull) NSString *fromDeclared In
TVOCancelledCallInvite.h
to
To value of the Call Invite.
@property (nonatomic, copy, readonly, nonnull) NSString *toDeclared In
TVOCancelledCallInvite.h
callSid
A server assigned identifier (SID) for the incoming Call.
@property (nonatomic, copy, readonly, nonnull) NSString *callSidDeclared In
TVOCancelledCallInvite.h
– init
TVOCancelCallInvite cannot be instantiated directly. See TVONotificationDelegate instead.
- (null_unspecified instancetype)initSee Also
Declared In
TVOCancelledCallInvite.h