AgoraChannelMediaRelayInfo Class Reference
Inherits from | NSObject |
---|---|
Declared in | AgoraObjects.h |
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
– 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