create static method
- V2TXLiveMode liveMode
创建实例
Implementation
static Future<V2TXLivePusher> create(V2TXLiveMode liveMode) async {
var pusher = V2TXLivePusher._create(liveMode);
await pusher._createNativePusher(pusher._identifier, liveMode);
return pusher;
}