Inherits <NSObject>, and <NSCopying>.
The AgoraRtcConnection for the AgoraRtcEngineKitEx.
◆ initWithChannelId:localUid:
| - (instancetype _Nonnull) initWithChannelId: |
|
(NSString *_Nonnull) |
channelId |
| localUid: |
|
(NSInteger) |
localUid |
|
|
| |
Init AgoraRtcConnection with channelId and localUid
- Parameters
-
| channelId | Unique channel name for the AgoraRTC session in the string. |
| localUid | Local User ID. A 32-bit unsigned integer. |
- Returns
- AgoraRtcConnection.
◆ channelId
| - (NSString* _Nonnull) channelId |
|
readwritenonatomiccopy |
◆ localUid