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

Declared In

TVOCallInvite.h

  to

To value of the call invite.

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

Declared In

TVOCallInvite.h

  callSid

Call SID value of the call invite.

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

Declared In

TVOCallInvite.h

  state

State of the call invite.

@property (nonatomic, assign, readonly) TVOCallInviteState state

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.

See Also

Declared In

TVOCallInvite.h

– reject

Rejects the incoming call invite.

- (void)reject

Declared In

TVOCallInvite.h

CallKitIntegration Methods

  uuid

UUID of the call.

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

Discussion

Use this UUID for CallKit methods.

Declared In

TVOCallInvite.h