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, nullable) NSString *from

Discussion

This may be nil if the notification passed in [TwilioVoice handleNotification:delegate:] method does not have valid information in it.

Declared In

TVOCancelledCallInvite.h

  to

To value of the Call Invite.

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

Declared In

TVOCancelledCallInvite.h

  callSid

A server assigned identifier (SID) for the incoming Call.

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

Declared In

TVOCancelledCallInvite.h

– init

TVOCancelCallInvite cannot be instantiated directly. See TVONotificationDelegate instead.

- (null_unspecified instancetype)init

Declared In

TVOCancelledCallInvite.h