|
@@ -82,7 +82,7 @@ Add following to `AndroidManifest.xml`
|
82
|
82
|
|
83
|
83
|
| Property | Type | Description |
|
84
|
84
|
| -------------------------------- | ---------------------------------------- | ------------------------------------- |
|
85
|
|
-| init | object {appid: 'agora注册的应用id', channelProfile: '频道模式', videoProfile: '视频模式', clientRole: '角色', swapWidthAndHeight: 'bool值', reliable: 'bool值 - 默认数据流通道创建参数,参考 createDataStream', ordered: 'bool值 - 默认数据流通道创建参数,参考 createDataStream'} | 初始化Agora引擎 |
|
|
85
|
+| init | object {appid: 'agora注册的应用id', channelProfile: '频道模式', videoProfile: '视频模式', clientRole: '角色', swapWidthAndHeight: 'bool值'} | 初始化Agora引擎 |
|
86
|
86
|
| joinChannel | string channelName (房间名称) number uid (用户设置的uid 传0系统会自动分配) | 加入房间 |
|
87
|
87
|
| leaveChannel | | 离开频道 |
|
88
|
88
|
| destroy | | 销毁引擎实例 |
|