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

discontinued
PlatformAndroidiOS

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 'page/home.dart';
import 'page/multi-video.dart';
import '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
115
pub points
25%
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

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, path_provider

More

Packages that depend on tencent_rtc_plugin