Skip to content

Commit

Permalink
cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Dec 9, 2024
1 parent 51328c4 commit e0b17bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
5 changes: 0 additions & 5 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import 'package:logging/logging.dart';
import 'package:intl/intl.dart';
import 'package:responsive_builder/responsive_builder.dart';

//import 'src/utils.dart';

void main() {
final format = DateFormat('HH:mm:ss');
// configure logs for debugging
Expand Down Expand Up @@ -48,9 +46,6 @@ class MyHomePage extends StatelessWidget {
print('Joining room: name=$name, roomName=$roomName');
}
try {
//final details = await fetchConnectionDetails(name, roomName);
//await roomCtx.connect(
// url: details.serverUrl, token: details.participantToken);
await roomCtx.connect(
url: url,
token: token,
Expand Down
37 changes: 0 additions & 37 deletions example/lib/src/utils.dart

This file was deleted.

0 comments on commit e0b17bb

Please sign in to comment.