Skip to content

Commit

Permalink
fix. android & ios native wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Matrixbirds committed Feb 28, 2019
1 parent c5c1a85 commit f702520
Show file tree
Hide file tree
Showing 4 changed files with 362 additions and 306 deletions.
8 changes: 0 additions & 8 deletions android/src/main/java/com/syan/agora/AgoraManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,6 @@ public int joinChannel(ReadableMap options) {
return mRtcEngine.joinChannel(token, channelName, optionalInfo, uid);
}

// public int joinChannelWithToken(ReadableMap options) {
// String token = options.getString("token");
// String channel = options.getString("channel");
// String optionalInfo = options.getString("optionalInfo");
// int uid = options.getInt("uid");
// return mRtcEngine.joinChannel(token, channel, optionalInfo, uid);
// }

public int enableLastmileTest() {
return mRtcEngine.enableLastmileTest();
}
Expand Down
Loading

0 comments on commit f702520

Please sign in to comment.