tencent_rtc_plugin 0.1.12 copy "tencent_rtc_plugin: ^0.1.12" to clipboard
tencent_rtc_plugin: ^0.1.12 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';

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

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

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: HomePage(),
    );
  }
}
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

More

Packages that depend on tencent_rtc_plugin