|
Agora RTC Objective-C API Reference
Refactor
|
Inherits <NSObject>, and <NSCopying>.
Instance Methods | |
| (instancetype _Nonnull) | - initWithChannelId:localUid: |
Properties | |
| NSString *_Nonnull | channelId |
| NSUInteger | localUid |
| - (instancetype _Nonnull) initWithChannelId: | (NSString *_Nonnull) | channelId | |
| localUid: | (NSInteger) | localUid | |
Init AgoraRtcConnection with channelId and localUid
| channelId | Unique channel name for the AgoraRTC session in the string. |
| localUid | Local User ID. A 32-bit unsigned integer. |
|
readwritenonatomiccopy |
The channel name.
|
readwritenonatomicassign |
The ID of the local user.