TVOCallInvite Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | TVOCallInvite.h |
Overview
The TVOCallInvite object represents an incoming call invite. TVOCallInvite objects are
not created directly; they are returned by the [TVONotificationDelegate callInviteReceived:]
delegate method.
CallKit Call Actions
Properties
from
From value of the call invite.
@property (nonatomic, strong, readonly, nonnull) NSString *fromDiscussion
From value of the call invite.
Declared In
TVOCallInvite.h
to
To value of the call invite.
@property (nonatomic, strong, readonly, nonnull) NSString *toDiscussion
To value of the call invite.
Declared In
TVOCallInvite.h
callSid
Call SID value of the call invite.
@property (nonatomic, strong, readonly, nonnull) NSString *callSidDiscussion
Call SID value of the call invite.
Declared In
TVOCallInvite.h
state
State of the call invite.
@property (nonatomic, assign, readonly) TVOCallInviteState stateDiscussion
State of the call invite.
Declared In
TVOCallInvite.h
Call Invite Actions
– acceptWithDelegate:
Accepts the incoming call invite.
- (nullable TVOCall *)acceptWithDelegate:(nonnull id<TVOCallDelegate>)delegateDiscussion
Accepts the incoming call invite.
Declared In
TVOCallInvite.h
– reject
Rejects the incoming call invite.
- (void)rejectDiscussion
Rejects the incoming call invite.
Declared In
TVOCallInvite.h
CallKitIntegration Methods
uuid
UUID of the call.
@property (nonatomic, strong, readonly, nonnull) NSUUID *uuidDiscussion
UUID of the call.
Use this UUID for CallKit methods.
Declared In
TVOCallInvite.h