TVILocalParticipant Class Reference

Inherits from NSObject
Declared in TVILocalParticipant.h

Overview

TVILocalParticipant represents your Client in a Room which you are connected to.

  identity

The identity of the TVILocalParticipant.

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

Declared In

TVILocalParticipant.h

  media

The TVILocalMedia which is shared with other Participants.

@property (nonatomic, readonly, strong, nonnull) TVILocalMedia *media

Declared In

TVILocalParticipant.h

  sid

The LocalParticipant’s server identifier. This value uniquely identifies your Client in a Room and is often useful for debugging purposes.

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

Declared In

TVILocalParticipant.h

– init

Developers shouldn’t initialize this class directly.

- (null_unspecified instancetype)init

Discussion

Use TVIVideoClient connectWith* methods to join a TVIRoom and query its localParticipant property.

Declared In

TVILocalParticipant.h