attachVideo method
Attaches a video source.
Implementation
@override
Future<void> attachVideo(Map<String, dynamic> params) async {
return await MethodChannelHaishinKit.channel
.invokeMethod<void>("RtmpStream#attachVideo", params);
}
Attaches a video source.
@override
Future<void> attachVideo(Map<String, dynamic> params) async {
return await MethodChannelHaishinKit.channel
.invokeMethod<void>("RtmpStream#attachVideo", params);
}