tencent_rtc_plugin 1.0.3 copy "tencent_rtc_plugin: ^1.0.3" to clipboard
tencent_rtc_plugin: ^1.0.3 copied to clipboard

discontinued
outdated

Tencent cloud real-time audio and video plug-in, integrated with Tencent RTC, supports Android and IOS dual terminals

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:tencent_rtc_plugin_example/page/home.dart';
import 'package:tencent_rtc_plugin_example/page/multi-video.dart';
import 'package:tencent_rtc_plugin_example/page/room.dart';

void main() => runApp(MyApp());

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      routes: {
        "/": (context) => HomePage(),
        "/multi-video": (context) => MultiVideo(),
        "/room": (context) => Room(),
      },
    );
  }
}
3
likes
0
pub points
32%
popularity

Publisher

verified publisherhuic.top

Tencent cloud real-time audio and video plug-in, integrated with Tencent RTC, supports Android and IOS dual terminals

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, path_provider

More

Packages that depend on tencent_rtc_plugin