Skip to content

Commit

Permalink
feat: add device manager for Web
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Jun 4, 2021
1 parent 0fc2891 commit 18b5d90
Show file tree
Hide file tree
Showing 5 changed files with 1,180 additions and 1,079 deletions.
6 changes: 0 additions & 6 deletions example/lib/examples/basic/join_channel_audio.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'dart:async';
import 'dart:developer';

import 'package:agora_rtc_engine/rtc_engine.dart';
Expand Down Expand Up @@ -66,11 +65,6 @@ class _State extends State<JoinChannelAudio> {
setState(() {
isJoined = false;
});
await _engine
.joinChannel(config.token, config.channelId, null, config.uid)
.catchError((err) {
print('error ${err.toString()}');
});
},
));
}
Expand Down
2 changes: 1 addition & 1 deletion example/web/AgoraRtcWrapper.bundle.js

Large diffs are not rendered by default.

Loading

0 comments on commit 18b5d90

Please sign in to comment.