AgoraChannelMediaRelayInfo Class Reference

Inherits from NSObject
Declared in AgoraObjects.h

Overview

The definition of AgoraChannelMediaRelayInfo.

  token

The token that enables the user to join the channel.

@property (copy, nonatomic) NSString *token

Declared In

AgoraObjects.h

  channelName

The channel name.

@property (copy, nonatomic) NSString *channelName

Declared In

AgoraObjects.h

  uid

The user ID.

@property (assign, nonatomic) NSUInteger uid

Declared In

AgoraObjects.h

– initWithToken:

Initializes the AgoraChannelMediaRelayInfo object

- (instancetype _Nonnull)initWithToken:(NSString *_Nullable)token

Parameters

token

The token that enables the user to join the channel.

Declared In

AgoraObjects.h