Gets the hasVideo property.
@override Future<bool?> getHasVideo() async { return await MethodChannelHaishinKit.channel .invokeMethod<bool?>("RtmpStream#getHasVideo"); }