TWCOutgoingInvite Class Reference

Inherits from NSObject
Declared in TWCOutgoingInvite.h

Overview

TWCOutgoingInvite represents a request for other clients to join a new Conversation.

  status

The current status of the Invite.

@property (nonatomic, assign, readonly) TWCInviteStatus status

Discussion

The current status of the Invite.

Declared In

TWCOutgoingInvite.h

  to

The clients which were invited to join a Conversation.

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

Discussion

The clients which were invited to join a Conversation.

Declared In

TWCOutgoingInvite.h

– cancel

Cancels the outgoing invite (If it has been accepted, terminate).

- (void)cancel

Discussion

Cancels the outgoing invite (If it has been accepted, terminate).

Declared In

TWCOutgoingInvite.h