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 *fromDeclared In
TVOCallInvite.h
to
To value of the call invite.
@property (nonatomic, strong, readonly, nonnull) NSString *toDeclared In
TVOCallInvite.h
callSid
Call SID value of the call invite.
@property (nonatomic, strong, readonly, nonnull) NSString *callSidDeclared In
TVOCallInvite.h
state
State of the call invite.
@property (nonatomic, assign, readonly) TVOCallInviteState stateSee Also
Declared In
TVOCallInvite.h
Call Invite Actions
– acceptWithDelegate:
Accepts the incoming call invite.
- (nullable TVOCall *)acceptWithDelegate:(nonnull id<TVOCallDelegate>)delegateParameters
delegate |
The |
|---|
See Also
Declared In
TVOCallInvite.h
CallKitIntegration Methods
uuid
UUID of the call.
@property (nonatomic, strong, readonly, nonnull) NSUUID *uuidDiscussion
Use this UUID for CallKit methods.
Declared In
TVOCallInvite.h