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