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 *from

Discussion

From value of the call invite.

Declared In

TVOCallInvite.h

  to

To value of the call invite.

@property (nonatomic, strong, readonly, nonnull) NSString *to

Discussion

To value of the call invite.

Declared In

TVOCallInvite.h

  callSid

Call SID value of the call invite.

@property (nonatomic, strong, readonly, nonnull) NSString *callSid

Discussion

Call SID value of the call invite.

Declared In

TVOCallInvite.h

  state

State of the call invite.

@property (nonatomic, assign, readonly) TVOCallInviteState state

Discussion

State of the call invite.

Declared In

TVOCallInvite.h

Call Invite Actions

– acceptWithDelegate:

Accepts the incoming call invite.

- (nullable TVOCall *)acceptWithDelegate:(nonnull id<TVOCallDelegate>)delegate

Parameters

delegate

The TVOCallDelegate object that will receive call state updates.

Discussion

Accepts the incoming call invite.

See Also

Declared In

TVOCallInvite.h

– reject

Rejects the incoming call invite.

- (void)reject

Discussion

Rejects the incoming call invite.

Declared In

TVOCallInvite.h

CallKitIntegration Methods

  uuid

UUID of the call.

@property (nonatomic, strong, readonly, nonnull) NSUUID *uuid

Discussion

UUID of the call.

Use this UUID for CallKit methods.

Declared In

TVOCallInvite.h